OSDN Git Service

2000-05-24 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2000 22:36:40 +0000 (22:36 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 May 2000 22:36:40 +0000 (22:36 +0000)
commit09ccbce93e9ee36df5b81e5d6a12c8712efb96b8
tree63a780e1cb263f15bf9303980adba6ce334d6e29
parent34cf214284676e522a1d113a87635b839042de33
2000-05-24  Benjamin Kosnik  <bkoz@purist.soma.redhat.com>

* acinclude.m4 (GLIBCPP_CHECK_COMPILER_VERSION): Remove
OPTLEVEL. Add FMTFLAGS.
* aclocal.m4: Regenerate.
* src/Makefile.am (AC_CXXFLAGS): Take out OPTLEVEL, as this is has
been disabled due to higher-level makefiles running amuck over
this bit, and add in FMTFLAGS so that formatting is clear.
* src/Makefile.in: Regenerate.
* configure: Regenerate.

* src/ios.cc (ios_base::sync_with_stdio): Cleanup buffers from
initialization.

* docs/download.html: Remove references to Cygwin-specific bits,
as this can now be built natively.
Update with current information.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34144 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/docs/download.html
libstdc++-v3/libio/Makefile.in
libstdc++-v3/math/Makefile.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/ios.cc