5e3cbe0b4b
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
32 lines
770 B
Plaintext
32 lines
770 B
Plaintext
# 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
|
|
|
|
|