diff options
Diffstat (limited to 'toolchain/Makefile.in')
-rw-r--r-- | toolchain/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/Makefile.in b/toolchain/Makefile.in deleted file mode 100644 index bc2d26dfb..000000000 --- a/toolchain/Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ -ifeq ($(BR2_ENABLE_MULTILIB),y) -MULTILIB:=--enable-multilib -endif - - -# FIXME -- this is temporary -OPTIMIZE_FOR_CPU=$(ARCH) - -# gcc has a bunch of needed stuff.... -include toolchain/gcc/Makefile.in |