mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
some bugfixes and additions for the default compile target
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3886 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0c84535e00
commit
1519c18969
@ -235,10 +235,8 @@ define Build/Compile/Default
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CC=$(TARGET_CC) \
|
||||
CROSS="$(TARGET_CROSS)" \
|
||||
PREFIX="$$(IDIR_$(1))" \
|
||||
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
|
||||
EXTRA_CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include" \
|
||||
ARCH="$(ARCH)" \
|
||||
DESTDIR="$$(IDIR_$(1))" \
|
||||
$(1);
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user