blob: 8d0a38c707c99a2476a5d526a84db8f59120c5df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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"}
|