summaryrefslogtreecommitdiff
path: root/bridges
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
parentf8069fc858058959a7a1d59684c15bd4a41fcc3a (diff)
YES->TRUE
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk2
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk2
-rw-r--r--bridges/source/cpp_uno/mingw_intel/makefile.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
index 609e09a441dd..26690d72fa7c 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/makefile.mk
@@ -54,7 +54,7 @@ CFLAGSCXX += -fno-omit-frame-pointer -fno-strict-aliasing
# 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
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk b/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk
index e5191057aae7..f8b6d8e17b82 100644
--- a/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk
+++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/makefile.mk
@@ -54,7 +54,7 @@ CFLAGSCXX += -fno-omit-frame-pointer -fno-strict-aliasing
# 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
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