projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc70eba
)
* Makefile.in: Move -fno-implicit-template from CXXFLAGS
author
Per Bothner
<per@bothner.com>
Wed, 30 Nov 1994 03:37:23 +0000
(
03:37
+0000)
committer
Per Bothner
<per@bothner.com>
Wed, 30 Nov 1994 03:37:23 +0000
(
03:37
+0000)
to LIBCXXFLAGS. Tests are better run without it.
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
f1f4c4c
..
b6743a2
100644
(file)
--- 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)