disable exact cpu override to fix cross-compiling on linux
This commit is contained in:
parent
f1459dd4ef
commit
7035527430
4
external/lgpl3/gmp/dist/config.guess
vendored
4
external/lgpl3/gmp/dist/config.guess
vendored
@ -833,8 +833,8 @@ esac
|
||||
|
||||
# -------------------------------------------------------------------------
|
||||
# Use an exact cpu, if possible
|
||||
|
||||
if test -n "$exact_cpu"; then
|
||||
# Disabled for NetBSD cross builds
|
||||
if false && test -n "$exact_cpu"; then
|
||||
echo "$exact_cpu$guess_rest"
|
||||
else
|
||||
echo "$guess_full"
|
||||
|
Loading…
Reference in New Issue
Block a user