diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-15 08:45:33 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-15 08:45:33 +0000 |
commit | 8bc04851c4f32955915c48ec87b806f644727a1a (patch) | |
tree | fe7efb1135f7c1d7c4510ab96884579a75f157c9 /libstdc++-v3/Makefile.am | |
parent | a612d5a42f70b65b3c48c4f3100ff1f1da3db65b (diff) | |
download | gcc-8bc04851c4f32955915c48ec87b806f644727a1a.tar.gz |
2000-10-13 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
Mark Harig <markh@landmark.com>
* src/Makefile.am (toolexeclibdir): Add support fo
VERSION_SPECIFIC_LIBS and --with-gxx-include-dir.
* src/Makefile.in: Regenerate.
* libsupc++/Makefile.am: Same.
(glibcppinstalldir): Adjust.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am: Remove gxx_include_dir. Remove INCLUDE.
* Makefile.in: Regenerate.
* docs/configopts.html: Add descriptions of flags.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36872 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/Makefile.am')
-rw-r--r-- | libstdc++-v3/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index ced6ed6bc9a..b32a151cd8b 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -24,11 +24,6 @@ AUTOMAKE_OPTIONS = 1.3 cygnus MAINT_CHARSET = latin1 -# This helps subvert libstdcxx_interface, as calculated by devo/config.if -# Needed so that g++ can find the correct include subdir automatically. -INTERFACE = v3 -gxx_include_dir=$(includedir)/g++ - SUBDIRS = libio libmath libsupc++ src |