summaryrefslogtreecommitdiff
path: root/external/gcc3_specific
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-06 08:57:32 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-06 08:57:32 +0300
commit47ef127cb4f217c00bd7b382008be6e7444af93e (patch)
tree74626f58a10ac077e26aa0fe6c56d573703702d7 /external/gcc3_specific
parent5cf5db763f05928d88fea377e43f8488c990129f (diff)
Always compare CROSS_COMPILING explicitly to "YES"
Diffstat (limited to 'external/gcc3_specific')
-rw-r--r--external/gcc3_specific/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/gcc3_specific/makefile.mk b/external/gcc3_specific/makefile.mk
index 741288c37e13..53765c9eb55b 100644
--- a/external/gcc3_specific/makefile.mk
+++ b/external/gcc3_specific/makefile.mk
@@ -11,7 +11,7 @@ TARGET=gcc3_specific
.IF "$(GUI)" == "WNT"
-.IF "$(CROSS_COMPILING)" == ""
+.IF "$(CROSS_COMPILING)" != "YES"
# Don't do any of this weird and presumably obsolete crack when
# cross-compiling