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

@ -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