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

configure.sh $cpu #30

Open
micharu123 opened this issue Jun 11, 2012 · 0 comments
Open

configure.sh $cpu #30

micharu123 opened this issue Jun 11, 2012 · 0 comments

Comments

@micharu123
Copy link
Member

Lines 521-526... I added armv4b so cross compiling would not fail during the compiler test as -m64 is not supported, and by default configure checks the arch of the compilation machine. Not an eloquent solution.

if cross compiling, cannot launch a program, so make a static guess

case "$cpu" in
armv4b|hppa|m68k|mips|mips64|ppc|ppc64|s390|s390x|sparc|sparc64)
bigendian=yes
;;
esac

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

No branches or pull requests

1 participant