diff -rupN libg++-2.8.1.3-20000419/libg++/ChangeLog libg++-2.8.1.3-20000816/libg++/ChangeLog --- libg++-2.8.1.3-20000419/libg++/ChangeLog Tue Feb 23 14:32:24 1999 +++ libg++-2.8.1.3-20000816/libg++/ChangeLog Wed Aug 16 10:57:48 2000 @@ -1,3 +1,7 @@ +2000-08-16 Manfred Hollstein + + * config/linux.mt (MT_CFLAGS): Add definition. + 1999-02-23 Manfred Hollstein * Makefile.in (VERSION, LIBG++_DIST_VERSION): Set to 2.8.1.3. diff -rupN libg++-2.8.1.3-20000419/libg++/config/linux.mt libg++-2.8.1.3-20000816/libg++/config/linux.mt --- libg++-2.8.1.3-20000419/libg++/config/linux.mt Thu Dec 11 22:25:35 1997 +++ libg++-2.8.1.3-20000816/libg++/config/linux.mt Wed Aug 16 10:56:48 2000 @@ -14,3 +14,7 @@ IO_OBJECTS_TO_GET = RX_OBJ= RX_H= _G_CONFIG_H= + +# We must compile using -ffloat-store; otherwise we generate wrong code +# at least for RNG.cc +MT_CFLAGS = -ffloat-store