summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1994-11-30 03:37:23 +0000
committerPer Bothner <per@bothner.com>1994-11-30 03:37:23 +0000
commit864a5888bd4d1fa708751b67329f7082cb3680d3 (patch)
tree1a05e0d6cd117cdb4eabf1c0790e13f3510615c6 /Makefile.in
parentbc70eba5c89d0402b0fbba91eb085a8f56be254b (diff)
downloadppe42-binutils-864a5888bd4d1fa708751b67329f7082cb3680d3.tar.gz
ppe42-binutils-864a5888bd4d1fa708751b67329f7082cb3680d3.zip
* Makefile.in: Move -fno-implicit-template from CXXFLAGS
to LIBCXXFLAGS. Tests are better run without it.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f1f4c4c446..b6743a2991 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -77,8 +77,8 @@ CHILL_LIB = -lchill
CXX = gcc
# Use -O2 to stress test the compiler.
-CXXFLAGS = -g -O2 -fno-implicit-templates
-LIBCXXFLAGS = $(CXXFLAGS)
+CXXFLAGS = -g -O2
+LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
OpenPOWER on IntegriCloud