aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-03-10 22:45:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-03-10 22:45:10 +0000
commit7a0c247cb6391257d10ca41bf8d604b79193b632 (patch)
tree45127c3e05a263a3b36a1c229db2d2f550494804 /target/linux/ixp4xx/image
parent15cc997ddba0c8f1f560cc7755e4f64ac354eb12 (diff)
downloadupstream-7a0c247cb6391257d10ca41bf8d604b79193b632.tar.gz
upstream-7a0c247cb6391257d10ca41bf8d604b79193b632.tar.bz2
upstream-7a0c247cb6391257d10ca41bf8d604b79193b632.zip
fix apex compile on osx, suppress some build warnings
SVN-Revision: 10582
Diffstat (limited to 'target/linux/ixp4xx/image')
-rw-r--r--target/linux/ixp4xx/image/apex/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/image/apex/Makefile b/target/linux/ixp4xx/image/apex/Makefile
index 789d4f2131..10621e766d 100644
--- a/target/linux/ixp4xx/image/apex/Makefile
+++ b/target/linux/ixp4xx/image/apex/Makefile
@@ -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