summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-14 20:18:56 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-14 20:18:56 -0500
commit4f86bcc39da70ea192d5d844d67d187317c5d581 (patch)
tree1c4fc5432d5b9d652b4838970b3b62eb5fcb5392 /GNUmakefile
parent96d3fa208ed7d31c04f6428fa06b13581fc0367e (diff)
downloadcryptopp-git-4f86bcc39da70ea192d5d844d67d187317c5d581.tar.gz
Remove -qxlcompatmacros after Commit 96d3fa208ed7
Diffstat (limited to 'GNUmakefile')
-rwxr-xr-xGNUmakefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fe9a5977..40700cc6 100755
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -610,14 +610,14 @@ ifeq ($(DETECT_FEATURES),1)
endif
# XLC with LLVM front-ends failed to define XLC defines.
- ifeq ($(findstring -qxlcompatmacros,$(CXXFLAGS)),)
- TPROG = TestPrograms/test_ppc_altivec.cxx
- TOPT = -qxlcompatmacros
- HAVE_OPT = $(shell $(CXX) $(CXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 2>&1 | $(GREP) -i -c -E $(BAD_RESULT))
- ifeq ($(HAVE_OPT),0)
- CXXFLAGS += -qxlcompatmacros
- endif
- endif
+ #ifeq ($(findstring -qxlcompatmacros,$(CXXFLAGS)),)
+ # TPROG = TestPrograms/test_ppc_altivec.cxx
+ # TOPT = -qxlcompatmacros
+ # HAVE_OPT = $(shell $(CXX) $(CXXFLAGS) $(ZOPT) $(TOPT) $(TPROG) -o $(TOUT) 2>&1 | $(GREP) -i -c -E $(BAD_RESULT))
+ # ifeq ($(HAVE_OPT),0)
+ # CXXFLAGS += -qxlcompatmacros
+ # endif
+ #endif
TPROG = TestPrograms/test_ppc_power8.cxx
TOPT = $(POWER9_FLAG)