summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-28 18:42:47 +0000
committerpme <pme@138bc75d-0d04-0410-961f-82ee72b054a4>2001-02-28 18:42:47 +0000
commit5886ba5ee6933cb34b38ef61889fd166f4d1b7a3 (patch)
tree8d583fc91151a32e64822ff15b6e35bd0ff3b4f2 /libstdc++-v3/configure.host
parent80fafb88200ccbb671d41617ac40ade41851e596 (diff)
downloadgcc-5886ba5ee6933cb34b38ef61889fd166f4d1b7a3.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40135 138bc75d-0d04-0410-961f-82ee72b054a4
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 65d256fae74..db3c57a06f8 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}"