]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cppdefault.c
mkheaders.in (incdir): Use include-fixed not include.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 27 Feb 2007 20:32:13 +0000 (20:32 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 27 Feb 2007 20:32:13 +0000 (20:32 +0000)
commitf686ec0522f54254bd604ac9fc751f0b1f906150
tree3e93aea7c703d1603d74187abbc272a37ad77597
parentf4e39278b3325b745acf5d70eb2c7800544dd87f
mkheaders.in (incdir): Use include-fixed not include.

fixincludes:
* mkheaders.in (incdir): Use include-fixed not include.

gcc:
* Makefile.in (PREPROCESSOR_DEFINES, test-protoize-simple): Define
FIXED_INCLUDE_DIR.
(stmp-int-hdrs, stmp-fixinc, install-headers): Use include-fixed
for fixed headers and limits.h.
(install-include-dir, install-headers-tar, install-headers-cpio,
install-headers-cp, real-install-headers-tar,
real-install-headers-cpio, real-install-headers-cp): Handle
include-fixed as well as include.
(install-mkheaders): Don't install files that go only in include
not include-fixed.
* cppdefault.c (cpp_include_defaults): Separate FIXED_INCLUDE_DIR
from GCC_INCLUDE_DIR.
* gcc.c (process_command): Remove special -BstageN/ handling.
(do_spec_1): Add include-fixed directories.

From-SVN: r122384
fixincludes/ChangeLog
fixincludes/mkheaders.in
gcc/ChangeLog
gcc/Makefile.in
gcc/cppdefault.c
gcc/gcc.c