summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/configure.host
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-01-05 21:04:41 +0000
committerkan <kan@FreeBSD.org>2004-01-05 21:04:41 +0000
commitdee16d1152f8517cad86ad485acde467d5879103 (patch)
tree86bb61bd683bf1d46a516dfdfd4f48b934c899c3 /contrib/libstdc++/configure.host
parent79bbe23c4a73528d6812beec7f637fb1de1d1dfd (diff)
downloadFreeBSD-src-dee16d1152f8517cad86ad485acde467d5879103.zip
FreeBSD-src-dee16d1152f8517cad86ad485acde467d5879103.tar.gz
Remove bits which are not part of GCC 3.3.x anymore.
Diffstat (limited to 'contrib/libstdc++/configure.host')
-rw-r--r--contrib/libstdc++/configure.host31
1 files changed, 0 insertions, 31 deletions
diff --git a/contrib/libstdc++/configure.host b/contrib/libstdc++/configure.host
deleted file mode 100644
index db3c57a..0000000
--- a/contrib/libstdc++/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
-
-
OpenPOWER on IntegriCloud