summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.in
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2000-11-13 23:49:41 +0000
committerPhil Edwards <pme@gcc.gnu.org>2000-11-13 23:49:41 +0000
commitd0941a315e97f7a247cdf02472a4bd52254d876b (patch)
treed6888bdef318cbe5fa19ef65eb739bc0160af22a /libstdc++-v3/configure.in
parentb72554f1df2c06c2bd5b9d3d12b28897c91d51b5 (diff)
downloadgcc-d0941a315e97f7a247cdf02472a4bd52254d876b.tar.gz
acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro...
2000-11-13 Phil Edwards <pme@sources.redhat.com> * acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro, replacing GLIBCPP_CHECK_CPU and GLIBCPP_CHECK_OS, sourcing configure.target. (GLIBCPP_CONFIGURE): Call new macro here. * configure.host: Cleanup. * configure.in: Remove those two macros. * configure.target: New file. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.in: Ditto. * libio/Makefile.in: Ditto. * libmath/Makefile.in: Ditto. * libsupc++/Makefile.in: Ditto. * src/Makefile.in: Ditto. * mkcheck.in: Use libtool. Split things out into functions. From-SVN: r37443
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r--libstdc++-v3/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in
index 38b8bcb43e0..780861ef088 100644
--- a/libstdc++-v3/configure.in
+++ b/libstdc++-v3/configure.in
@@ -28,8 +28,6 @@ AM_CONFIG_HEADER(config.h)
# Check for c++ or library specific bits that don't require linking.
GLIBCPP_CHECK_COMPILER_VERSION
-GLIBCPP_CHECK_CPU
-GLIBCPP_CHECK_OS
# Enable all the crazy c++ stuff. C_MBCHAR must come early.
GLIBCPP_ENABLE_DEBUG($USE_MAINTAINER_MODE)