diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-02-28 18:42:47 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-02-28 18:42:47 +0000 |
commit | 5e3cbe0b4b8532adbc67b07efdd2f19646ceeb50 (patch) | |
tree | 8d583fc91151a32e64822ff15b6e35bd0ff3b4f2 /libstdc++-v3/configure.target | |
parent | b4e89e2d67f984f7d90a81185aa67dfdf6a1f7a1 (diff) | |
download | gcc-5e3cbe0b4b8532adbc67b07efdd2f19646ceeb50.tar.gz |
acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS as unused variables.
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
Diffstat (limited to 'libstdc++-v3/configure.target')
-rw-r--r-- | libstdc++-v3/configure.target | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index f5dae7ca318..9d7f3a2a258 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -16,17 +16,8 @@ # target_optspace --enable-target-optspace ("yes", "no", "") # It possibly modifies the following shell variables: -# glibcpp_cflags Special CFLAGS to use when building -# glibcpp_cxxflags Special CXXFLAGS to use when building # cpu_include_dir CPU-specific include directory, relative to srcdir # os_include_dir OS-specific include directory, relative to srcdir -# The first two are set in configure.host and modified here. - - -# These are "local" and should be set in the switch statements below. They -# will be appended to their real conterparts once the dust settles. -l_glibcpp_cflags= -l_glibcpp_cxxflags= # Set any CPU dependent compiler flags. @@ -133,9 +124,3 @@ case "${target}" in esac -# Okay, folks, show's over. Move along, move along. - -glibcpp_cflags="${glibcpp_cflags} ${libgcj_flags} ${l_glibcpp_cflags}" -glibcpp_cxxflags="${glibcpp_cxxflags} ${libgcj_flags} ${l_glibcpp_cxxflags}" - - |