summaryrefslogtreecommitdiff
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
commitfde110d31c19696669415e505385ea8bf1fef738 (patch)
treefeda94350162df4e0bd62e80e53191e05529c77d
parentbdcaf00e3a215baf036a20394f3c31dfe168e3be (diff)
YES->TRUE
-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 609e09a44..26690d72f 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 e5191057a..f8b6d8e17 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 d2b08096a..6ff0cbe2d 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