diff options
author | Jason Merrill <jason@redhat.com> | 1994-10-11 19:43:48 +0000 |
---|---|---|
committer | Jason Merrill <jason@redhat.com> | 1994-10-11 19:43:48 +0000 |
commit | b255ccdb40a5f088f7a55d945e1ebec06d5430c1 (patch) | |
tree | 07db58f6dae8e964977bde8e18be5500f7b82cd0 /Makefile.in | |
parent | c8caa6c5f27d9fbb1875095b0c26b61b54c0266f (diff) | |
download | gdb-b255ccdb40a5f088f7a55d945e1ebec06d5430c1.zip gdb-b255ccdb40a5f088f7a55d945e1ebec06d5430c1.tar.gz gdb-b255ccdb40a5f088f7a55d945e1ebec06d5430c1.tar.bz2 |
Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
-fexternal-templates.
Because libstdc++ won't build with -fexternal-templates.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index a9ad9a9..52fa8e2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,7 +74,7 @@ CHILL_LIB = -lchill CXX = gcc # Use -O2 to stress test the compiler. -CXXFLAGS = -g -O2 -fexternal-templates +CXXFLAGS = -g -O2 -fno-implicit-templates RANLIB = ranlib NM = nm @@ -926,7 +926,7 @@ all-mmalloc: all-newlib: all-binutils all-gas all-pagas all-gcc all-opcodes: all-bfd all-patch: -all-prms: all-libiberty all-librx +all-prms: all-libiberty all-rcs: all-readline: all-recode: all-libiberty |