diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-17 10:12:23 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-17 10:12:23 +0000 |
commit | 985550e9a89b11e17b07a4582bdc30ceefcab064 (patch) | |
tree | 13cd6ffa087a1f9fe8c9aeedabef854fd6e73674 /libstdc++-v3/configure.in | |
parent | 481c6ce6ce166320db23dc2d8121e56e0e85e90e (diff) | |
download | gcc-985550e9a89b11e17b07a4582bdc30ceefcab064.tar.gz |
2000-10-17 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
via Alexandre Oliva <aoliva@redhat.com>
* libsupc++/Makefile.am: Add --tag CXX, --tag CC, comments.
* libsupc++/Makefile.in: Regenerate.
* src/Makefile.am: Duplicate code.
* src/Makefile.in: Regenerate.
* acinclude.m4 (GLIBCPP_ENABLE_RELIBGCC): Take this out.
* aclocal.m4: Regenerate.
* configure.in: And here.
* configure: Regenerate.
* acinclude.m4 (GLIBCPP_CHECK_LINKER_FEATURES): Disable
test for SECTION_LDFLAGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36902 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index bd8978bfb05..e4c03f55b17 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -38,7 +38,6 @@ GLIBCPP_ENABLE_LONG_LONG(yes) GLIBCPP_ENABLE_SHADOW(no) GLIBCPP_ENABLE_THREADS GLIBCPP_ENABLE_ATOMICITY -#GLIBCPP_ENABLE_RELIBGCC([../..]) GLIBCPP_ENABLE_CXX_FLAGS([none]) @@ -245,16 +244,10 @@ if test ! -f stamp-limits; then touch stamp-limits fi + # Sanity checking & User-visible messages. # Checks down here, otherwise they get scrolled off before # the user will notice. -if test "$enable_libgcc_rebuild" = "no"; then - AC_MSG_WARN([libgcc.a will not match mangled symbols unless it is rebuilt]) -else - # Other things besides namespaces can make this true as well, but none - # of them are done automatically... yet - AC_MSG_WARN([no point in rebuilding libgcc.a if namespaces aren't used]) -fi # Trying to get more people to read documentation. Possibly remove # check and warn all the time. There is no "informational" AC_MSG_ |