diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-18 19:07:12 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-18 19:07:12 +0000 |
commit | 43390bfe20bf5e91e1088aab47ffc15b69fcd220 (patch) | |
tree | d66d09fcba471da53d225f2067c0fbd51e78339f /libstdc++-v3/configure.host | |
parent | 5df3d11f5af5cbe37f9261099a02303ff30cfad1 (diff) | |
download | gcc-43390bfe20bf5e91e1088aab47ffc15b69fcd220.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54757 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host deleted file mode 100644 index db3c57a06f8..00000000000 --- 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 - - |