This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CXXFLAGS patch evaporated


Hi -

> > It's probably historical baggage, just as wrong (ideally speaking).
> 
> Ha! If you think you'll be able to get away with just saying this, [...]
> you are waaaaaaaaaaaaaay wrong buster. [...]

Oh oh.  Now I'm in trouble!  Try this:

Index: Makefile.am
===================================================================
RCS file: /cvs/libstdc++/libstdc++/src/Makefile.am,v
retrieving revision 1.27
diff -p -r1.27 Makefile.am
*** Makefile.am 1999/04/19 10:12:18     1.27
--- Makefile.am 1999/12/10 19:53:14
***************
*** 111,117 ****
                      ../libio/libio.la
  libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
  
! CXXFLAGS = -g -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates 
  
  # We cannot use the default rules to install headers since we cannot
  # statically decide which headers to install.  So we have our own special
--- 112,119 ----
                      ../libio/libio.la
  libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
  
! CXXFLAGS = -g 
! AM_CXXFLAGS = -fvtable-thunks -D_GNU_SOURCE -fno-implicit-templates 
  
  # We cannot use the default rules to install headers since we cannot
  # statically decide which headers to install.  So we have our own special



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]