fix apex compile on osx, suppress some build warnings
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Mar 2008 22:45:10 +0000 (22:45 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Mar 2008 22:45:10 +0000 (22:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10582 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ixp4xx/image/apex/Makefile

index 789d4f2..10621e7 100644 (file)
@@ -19,6 +19,7 @@ PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \
 PKG_MD5SUM:=5feb7a05431e5e8a4aa36fb23347de8e
 
 include $(INCLUDE_DIR)/package.mk
+export GCC_HONOUR_COPTS=s
 
 define Build/Configure
        $(MAKE) -C $(PKG_BUILD_DIR) \
@@ -30,6 +31,7 @@ endef
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
+               KBUILD_HAVE_NLS=no \
                ARCH=arm \
                all
 endef
This page took 0.024407 seconds and 4 git commands to generate.