Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update config.{guess,sub} to support newer architectures (now builds on ARM64!) #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glebm
Copy link

@glebm glebm commented Aug 2, 2018

Replaces outdated (2008!) config.{guess,sub} files with the latest version from:

wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'

No other changes.

This makes phashion build on ARM64 architectures (like my shiny
new Asus C-101PA Chromebook). Was previously getting an "unknown
architecture" error.

Updates config.{guess,sub} with the latest version from:

    wget -O config.guess 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
    wget -O config.sub 'http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'

No other changes.

This makes `phashion` build on ARM64 architectures (like my shiny
new Asus C-101PA Chromebook). Was previously getting an "unknown
architecture" error.
@westonplatter westonplatter changed the title Update config.{guess,sub} to support newer architectures (now builds on ARM64!) chore: Update config.{guess,sub} to support newer architectures (now builds on ARM64!) Mar 5, 2023
devnut pushed a commit to devnut/phashion that referenced this pull request Jul 11, 2023
ryoga-chan added a commit to ryoga-chan/phashion that referenced this pull request Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant