diff options
author | Richard Stallman <rms@gnu.org> | 1992-01-22 01:35:30 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-01-22 01:35:30 +0000 |
commit | e378f5388e684f2782ffdfd6ef2e40f3093d72ca (patch) | |
tree | 459d6e7592637d904ff5e89c201d0b5eda9ca482 /gcc/cross-make | |
parent | 8ab2b02ef4b1af6da61a087d35450cc051023fab (diff) | |
download | gcc-e378f5388e684f2782ffdfd6ef2e40f3093d72ca.zip gcc-e378f5388e684f2782ffdfd6ef2e40f3093d72ca.tar.gz gcc-e378f5388e684f2782ffdfd6ef2e40f3093d72ca.tar.bz2 |
*** empty log message ***
From-SVN: r226
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 84966c0..ac3853e 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 |