diff options
author | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-07 18:54:08 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2000-10-07 18:54:08 +0000 |
commit | e974e9cc80135e32e774f46a9c0504fec5425af8 (patch) | |
tree | 5498770818247fff07a559da600d76c138f3033f /libstdc++-v3/Makefile.am | |
parent | d5587eca17799a4737e2134b1fc4f153cfbed341 (diff) | |
download | gcc-e974e9cc80135e32e774f46a9c0504fec5425af8.tar.gz |
[multiple changes]
2000-10-07 David Edelsohn <dje@watson.ibm.com>
* config/os/aix/bits/atomicity.h: New file.
2000-10-07 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* acinclude.m4: Remove CPU_FLAGS
* libio/Makefile.am: Here too.
* Makefile.am: Here too.
* src/Makefile.am (CONFIG_INCLUDES): Remove.
(INCLUDES): Remove CONFIG_INCLUDES.
(cpu_headers): Remove.
(myinstallheaders): Remove cpu_headers.
(generated_headers): Rename to build_headers.
(build_headers): Add atomicity.h, ctype_base.h,
ctype_specializations.h.
* config/os: New directory.
* config/aix: Move to...
* config/bsd: Move to...
* config/generic: Move to...
* config/gnu-linux: Move to...
* config/irix: Move to...
* config/newlib: Move to...
* config/solaris: Move to...
* config/os/*: Here.
From-SVN: r36778
Diffstat (limited to 'libstdc++-v3/Makefile.am')
-rw-r--r-- | libstdc++-v3/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/Makefile.am b/libstdc++-v3/Makefile.am index 783c179e667..a4362ace6e6 100644 --- a/libstdc++-v3/Makefile.am +++ b/libstdc++-v3/Makefile.am @@ -48,7 +48,7 @@ WARN_CXXFLAGS = \ # or configure.in to see how they are set. # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden. CONFIG_CXXFLAGS = \ - @CPU_FLAGS@ @EXTRA_CXX_FLAGS@ \ + @EXTRA_CXX_FLAGS@ \ @SECTION_FLAGS@ @CSHADOWFLAGS@ @DEBUG_FLAGS@ |