diff options
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in new file mode 100644 index 000000000..5b2d7f213 --- /dev/null +++ b/toolchain/Makefile.in @@ -0,0 +1,7 @@ +ifeq ($(BR2_ENABLE_MULTILIB),y) +MULTILIB:=--enable-multilib +endif + + +# FIXME -- this is temporary +OPTIMIZE_FOR_CPU=$(ARCH) |