mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
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.
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
|
||||
|
||||
* Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
|
||||
-fexternal-templates.
|
||||
|
||||
* configure.in (target_libs): Add libstdc++.
|
||||
(noconfigdirs): Add libstdc++ as appropriate.
|
||||
|
||||
Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||
|
||||
* config.guess: Update from FSF.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user