12 lines
195 B
Plaintext
12 lines
195 B
Plaintext
--- configure.orig
|
|
+++ configure
|
|
@@ -5919,7 +5919,7 @@
|
|
fi
|
|
|
|
|
|
-if test "${build}" != "${host}"
|
|
+if test "$cross_compiling" != no
|
|
then
|
|
CC=${CC-${host_alias-gcc}}
|
|
CFLAGS=${CFLAGS-"-g -O2"}
|