diff options
Diffstat (limited to 'openwrt/toolchain/Makefile.in')
-rw-r--r-- | openwrt/toolchain/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/toolchain/Makefile.in b/openwrt/toolchain/Makefile.in deleted file mode 100644 index bc2d26dfb2..0000000000 --- a/openwrt/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 |