diff options
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in index 5b2d7f213..bc2d26dfb 100644 --- a/toolchain/Makefile.in +++ b/toolchain/Makefile.in @@ -5,3 +5,6 @@ endif # FIXME -- this is temporary OPTIMIZE_FOR_CPU=$(ARCH) + +# gcc has a bunch of needed stuff.... +include toolchain/gcc/Makefile.in |