From 5be501f155103337e2b387b344cd760a1ab7465c Mon Sep 17 00:00:00 2001 From: rms Date: Wed, 22 Jan 1992 01:35:30 +0000 Subject: *** empty log message *** git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cross-make | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/cross-make') 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 -- cgit v1.2.1