diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-15 04:04:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-15 04:04:00 +0300 |
commit | 9bddb3ce73e3f5244177be425db27dbf1f85acc3 (patch) | |
tree | e4f9524570464d83542670655d8617881e4a2b19 /bootstrap.1 | |
parent | 30659f237f2ffe5c31e9c82583c867ac41ba6716 (diff) |
CROSS_COMIPLATION is YES in uppercase, or empty
Diffstat (limited to 'bootstrap.1')
-rwxr-xr-x[-rw-r--r--] | bootstrap.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.1 b/bootstrap.1 index cae59ce82f8e..e2accf36236a 100644..100755 --- a/bootstrap.1 +++ b/bootstrap.1 @@ -18,7 +18,7 @@ if test "$BUILD_DMAKE" != "NO"; then cd "$SRC_ROOT/dmake" || exit # If cross-compiling then don't use the cross compilers to build dmake. - if test "$CROSS_COMPILING" = "yes"; then + if test "$CROSS_COMPILING" = "YES"; then CC="" CXX="" export CC |