diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-22 01:35:30 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-01-22 01:35:30 +0000 |
commit | 5be501f155103337e2b387b344cd760a1ab7465c (patch) | |
tree | 459d6e7592637d904ff5e89c201d0b5eda9ca482 /gcc/cross-make | |
parent | 4c808cdd915449373f720e32382628b61e70df5a (diff) | |
download | gcc-5be501f155103337e2b387b344cd760a1ab7465c.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index 84966c078e5..ac3853e97c0 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -15,3 +15,6 @@ CROSS_TOOLS = install-cross-tools # Cause installation using install-cross. INSTALL_TARGET = install-cross + +# Don't try to compile the things we can't compile. +ALL = all.cross |