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