aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-02-28 18:42:47 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-02-28 18:42:47 +0000
commit5e3cbe0b4b8532adbc67b07efdd2f19646ceeb50 (patch)
tree8d583fc91151a32e64822ff15b6e35bd0ff3b4f2 /libstdc++-v3/configure.host
parentb4e89e2d67f984f7d90a81185aa67dfdf6a1f7a1 (diff)
downloadgcc-5e3cbe0b4b8532adbc67b07efdd2f19646ceeb50.zip
gcc-5e3cbe0b4b8532adbc67b07efdd2f19646ceeb50.tar.gz
gcc-5e3cbe0b4b8532adbc67b07efdd2f19646ceeb50.tar.bz2
acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS as unused variables.
2001-02-28 Phil Edwards <pme@sources.redhat.com> * acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS as unused variables. * configure.host: Likewise. * configure.target: Likewise. * aclocal.m4: Regenerated. * configure: Regenerated. * Makefile.in: Regenerated. * libio/Makefile.in: Regenerated. * libmath/Makefile.in: Regenerated. * libsupc++/Makefile.in: Regenerated. * src/Makefile.in: Regenerated. From-SVN: r40135
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r--libstdc++-v3/configure.host12
1 files changed, 1 insertions, 11 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
index 65d256f..db3c57a 100644
--- a/libstdc++-v3/configure.host
+++ b/libstdc++-v3/configure.host
@@ -15,8 +15,6 @@
# target_optspace --enable-target-optspace ("yes", "no", "")
# It sets the following shell variables:
-# glibcpp_cflags Special CFLAGS to use when building
-# glibcpp_cxxflags Special CXXFLAGS to use when building
AM_RUNTESTFLAGS=
@@ -25,17 +23,9 @@ AM_RUNTESTFLAGS=
# THIS TABLE IS SORTED. KEEP IT THAT WAY.
-DIVIDESPEC=-fuse-divide-subroutine
-
case "${host}" in
- i686-*|i586-*)
- ;;
- sparc-*)
- ;;
*)
- ;;
+ ;;
esac
-glibcpp_cflags="${glibcpp_cflags} ${libgcj_flags}"
-glibcpp_cxxflags="${glibcpp_cxxflags} ${libgcj_flags}"