diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 01:24:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-18 01:24:26 +0000 |
commit | fbc57885369315d1051fe19e37869e8174f90df8 (patch) | |
tree | 94ae2f48c3fa488c7e0354280cb8c1c3d77278e7 /gcc/build-make | |
parent | 11d80b02a11a4433d5e9d86b80a266ff916d8184 (diff) | |
download | gcc-fbc57885369315d1051fe19e37869e8174f90df8.tar.gz |
* Makefile.in (TARGET_TOOLPREFIX): No longer define.
(AR_FOR_TARGET, RANLIB_FOR_TARGET): Define to use versions in
the build tree if they exist.
(AR, AR_FLAGS, OLDAR, OLDAR_FLAGS, RANLIB, RANLIB_TEST): Update
appropriately.
(objdir): Let configure substitute value.
(FLOAT_H): Let configure select a pre-built version from the
config subdir.
* build-make (INSTALL_TARGET, ALL): Disable, no longer needed.
* configure.in: Substitute for objdir.
* cp/Makefile.in (program_transform_name, objdir): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19828 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/build-make')
-rw-r--r-- | gcc/build-make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/build-make b/gcc/build-make index 116d579ba66..f9049ae0db9 100644 --- a/gcc/build-make +++ b/gcc/build-make @@ -28,8 +28,8 @@ FIXINCLUDES=Makefile.in STMP_FIXPROTO = # Cause installation using install-build. We do nothing here. -INSTALL_TARGET = install-build +#INSTALL_TARGET = install-build # Don't try to compile the things we can't compile or we have made # while making gcc with the cross-compiler. -ALL = all.build +#ALL = all.build |