diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-14 20:10:31 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-14 20:10:31 +0000 |
commit | 2cfd79fe3bcb7e80f26fce69eb3616484ea65a2d (patch) | |
tree | d759eef5bceb4f30e9b8525965fa60ae2ea7c221 /gcc/cross-make | |
parent | 14a9a0848223affd8dd54f7f47e41ec92c5b23b6 (diff) | |
download | gcc-2cfd79fe3bcb7e80f26fce69eb3616484ea65a2d.tar.gz |
Build include files in build directory when doing make all.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3242 138bc75d-0d04-0410-961f-82ee72b054a4
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 |