Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>

* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
This commit is contained in:
Jason Merrill 1995-01-12 00:31:22 +00:00
parent 4f43cffa65
commit 2f64ef7790
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
* configure.in (rs6000-*-*): Don't build gas.

View File

@ -80,7 +80,7 @@ CXX = gcc
CXXFLAGS = -g -O2
LIBCXXFLAGS = $(CXXFLAGS) -fno-implicit-templates
CXXFLAGS_FOR_TARGET = $(CXXFLAGS)
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET)
LIBCXXFLAGS_FOR_TARGET = $(CXXFLAGS_FOR_TARGET) -fno-implicit-templates
RANLIB = ranlib
NM = nm