This is the mail archive of the
libstdc++-cvs@sourceware.cygnus.com
mailing list for the libstdc++ project.
libstdc++/. ChangeLog mknumeric_limits
- To: libstdc++-cvs at sourceware dot cygnus dot com
- Subject: libstdc++/. ChangeLog mknumeric_limits
- From: gdr at sourceware dot cygnus dot com
- Date: 6 Dec 1999 08:04:05 -0000
CVSROOT: /cvs/libstdc++
Module name: libstdc++
Changes by: gdr@sourceware.cygnus.com 99/12/06 00:04:05
Modified files:
. : ChangeLog mknumeric_limits
Log message:
1999-12-06 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* mknumeric_limits: Don't use $CXXFLAGS when building
gen-num-limits. It's definitely wrong to use it since $CXXFLAGS
generally instructs the compiler not to emit template
instantiations and we end up with undefined symbols. Sigh.