summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/mingw_intel
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 17:05:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 17:05:22 +0100
commit5b759fd1753a20f1a2dba3d2a524677909fdc85e (patch)
treef50c4edc363ae31ab7f87405e5fa824191e87ee3 /bridges/source/cpp_uno/mingw_intel
parentf8069fc858058959a7a1d59684c15bd4a41fcc3a (diff)
YES->TRUE
Diffstat (limited to 'bridges/source/cpp_uno/mingw_intel')
-rw-r--r--bridges/source/cpp_uno/mingw_intel/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/source/cpp_uno/mingw_intel/makefile.mk b/bridges/source/cpp_uno/mingw_intel/makefile.mk
index d2b08096a3cd..6ff0cbe2da68 100644
--- a/bridges/source/cpp_uno/mingw_intel/makefile.mk
+++ b/bridges/source/cpp_uno/mingw_intel/makefile.mk
@@ -53,7 +53,7 @@ CFLAGSCXX += -fno-omit-frame-pointer
# In case the compiler supports AVX this code segfaults so specifically turn
# it off.
-.IF "$(HAVE_GCC_AVX)" == "YES"
+.IF "$(HAVE_GCC_AVX)" == "TRUE"
CFLAGSCXX+= -mno-avx
.ENDIF