]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/Makefile.in
* build-make, cross-make: Delete file.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 18:02:50 +0000 (18:02 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Dec 2001 18:02:50 +0000 (18:02 +0000)
commit0fc07c25056878a9f9023c19ad98c73f794ae32c
tree4515ab31c18b893d271384e84d861c3ef8261b69
parent65a3eed57328070ba31505143854c9d83d4b7491
* build-make, cross-make: Delete file.
* configure.in: Set and substitute CROSS, ALL,
SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_PREFIX_1, HOST_CC,
HOST_CFLAGS, STMP_FIXINC, and STMP_FIXPROTO depending on
whether build == host and host == target.  Do not
AC_SUBST_FILE build_overrides or cross_overrides.  Do not
AC_SUBST cross_defines or extra_c_flags.
* Makefile.in (NATIVE_SYSTEM_HEADER_DIR): New.
(SYSTEM_HEADER_DIR, HOST_PREFIX, HOST_CC, HOST_PREFIX,
HOST_PREFIX_1, HOST_CFLAGS, ALL, INTERNAL_CFLAGS): Set
partially or completely with autoconf-substituted @variable@
notation.
(INSTALL_TARGET, @cross_defines@, @cross_overrides@,
@build_overrides@, @extra_c_flags@, all.build, install-build,
install-cross-rest, install-float-h-cross): Deleted.
(install-normal): Rename to install.  Delete old "install"
indirection rule.
* ada/Makefile.in, ch/Makefile.in: Don't set ALL.  Delete
@cross_defines@, @cross_overrides@, @build_overrides@ stanzas.
INTERNAL_CFLAGS is now @CROSS@ -DIN_GCC; update comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47617 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/build-make [deleted file]
gcc/ch/ChangeLog
gcc/ch/Makefile.in
gcc/configure
gcc/configure.in
gcc/cross-make [deleted file]