diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-01-14 20:10:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 1993-01-14 20:10:31 +0000 |
commit | ba1811f11fe84a6d13d47e898f08fb38dedb91da (patch) | |
tree | d759eef5bceb4f30e9b8525965fa60ae2ea7c221 /gcc/cross-make | |
parent | 7e8b33d90609e7738a4cba6b69df7a0c532285b6 (diff) | |
download | gcc-ba1811f11fe84a6d13d47e898f08fb38dedb91da.tar.gz |
Build include files in build directory when doing make all.
From-SVN: r3242
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index 5af66f0363e..80bcbcf8a94 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -13,11 +13,11 @@ RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET) # Dir to search for system headers. Normally /usr/include. SYSTEM_HEADER_DIR = $(tooldir)/include -# Cause installation using install-cross. -INSTALL_TARGET = install-cross - # Don't try to compile the things we can't compile. ALL = all.cross +# Use cross-compiler version of float.h. +FLOAT_H = $(CROSS_FLOAT_H) + # Don't install assert.h in /usr/local/include. assertdir = $(tooldir)/include |