diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-02-27 20:32:13 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2007-02-27 20:32:13 +0000 |
commit | f686ec0522f54254bd604ac9fc751f0b1f906150 (patch) | |
tree | 3e93aea7c703d1603d74187abbc272a37ad77597 /fixincludes | |
parent | f4e39278b3325b745acf5d70eb2c7800544dd87f (diff) | |
download | gcc-f686ec0522f54254bd604ac9fc751f0b1f906150.tar.gz |
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
Diffstat (limited to 'fixincludes')
-rw-r--r-- | fixincludes/ChangeLog | 4 | ||||
-rw-r--r-- | fixincludes/mkheaders.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index 34a63ba36c7..d870ae423c7 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,7 @@ +2007-02-27 Joseph Myers <joseph@codesourcery.com> + + * mkheaders.in (incdir): Use include-fixed not include. + 2007-02-15 Brooks Moses <brooks.moses@codesourcery.com> * Makefile.in: Added "pdf" target to .PHONY. diff --git a/fixincludes/mkheaders.in b/fixincludes/mkheaders.in index 29f27f15972..cfe826eca0a 100644 --- a/fixincludes/mkheaders.in +++ b/fixincludes/mkheaders.in @@ -77,7 +77,7 @@ libexecsubdir=${libexecdir}/gcc/${target_noncanonical}/${version} itoolsdir=${libexecsubdir}/install-tools itoolsdatadir=${libsubdir}/install-tools -incdir=${libsubdir}/include +incdir=${libsubdir}/include-fixed . ${itoolsdatadir}/mkheaders.conf |