aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2002-06-18 19:07:12 +0000
committerPhil Edwards <pme@gcc.gnu.org>2002-06-18 19:07:12 +0000
commit2c839a4e1f492396fca48e4c87fa22509e4fb420 (patch)
treed66d09fcba471da53d225f2067c0fbd51e78339f /libstdc++-v3/configure.host
parente3ba8d11f88f79ce3bd07c5e9a98c85b6d394c45 (diff)
downloadgcc-2c839a4e1f492396fca48e4c87fa22509e4fb420.zip
gcc-2c839a4e1f492396fca48e4c87fa22509e4fb420.tar.gz
gcc-2c839a4e1f492396fca48e4c87fa22509e4fb420.tar.bz2
configure.host: Delete file.
2002-06-18 Phil Edwards <pme@gcc.gnu.org> * configure.host: Delete file. * configure.target: More documentation. Factor out common parts of script into "intelligent" settings about defaults. Remove redundancy. * acinclude.m4: Update comments. Do not call configure.host. (GLIBCPP_ENABLE_SYMVERS): If disabled, do not bother checking for libgcc_s. * configure.in: Slight reformatting, more comments. Factor out "config/" from all the directories. * docs/html/17_intro/porting.texi: Update and expand. * testsuite/Makefile.am (AM_RUNTESTFLAGS): Move empty setting from configure.host. * aclocal.m4, configure, docs/html/17_intro/porting.html, testsuite/Makefile.in: Regenerate. From-SVN: r54757
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r--libstdc++-v3/configure.host31
1 files changed, 0 insertions, 31 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host
deleted file mode 100644
index db3c57a..0000000
--- a/libstdc++-v3/configure.host
+++ /dev/null
@@ -1,31 +0,0 @@
-# configure.host
-
-# This shell script handles all host based configuration for libstdc++.
-# It sets various shell variables based on the the host and the
-# configuration options. You can modify this shell script without
-# needing to rerun autoconf.
-
-# This shell script should be invoked as
-# . configure.host
-# If it encounters an error, it will exit with a message.
-
-# It uses the following shell variables:
-# host The configuration host
-# host_cpu The configuration host CPU
-# target_optspace --enable-target-optspace ("yes", "no", "")
-
-# It sets the following shell variables:
-
-
-AM_RUNTESTFLAGS=
-
-# Set any host dependent compiler flags.
-# THIS TABLE IS SORTED. KEEP IT THAT WAY.
-
-
-case "${host}" in
- *)
- ;;
-esac
-
-