mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 07:01:06 +02:00
fix apex compile on osx, suppress some build warnings
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10582 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
58a7bc0198
commit
91b44e7dd3
@ -19,6 +19,7 @@ PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \
|
|||||||
PKG_MD5SUM:=5feb7a05431e5e8a4aa36fb23347de8e
|
PKG_MD5SUM:=5feb7a05431e5e8a4aa36fb23347de8e
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
export GCC_HONOUR_COPTS=s
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
@ -30,6 +31,7 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
KBUILD_HAVE_NLS=no \
|
||||||
ARCH=arm \
|
ARCH=arm \
|
||||||
all
|
all
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user