mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 04:26:16 +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) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
CC=$(TARGET_CC) \
|
CC=$(TARGET_CC) \
|
||||||
CROSS="$(TARGET_CROSS)" \
|
CROSS="$(TARGET_CROSS)" \
|
||||||
PREFIX="$$(IDIR_$(1))" \
|
EXTRA_CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/include -I$(STAGING_DIR)/usr/include" \
|
||||||
EXTRA_CFLAGS="$(TARGET_CFLAGS)" \
|
|
||||||
ARCH="$(ARCH)" \
|
ARCH="$(ARCH)" \
|
||||||
DESTDIR="$$(IDIR_$(1))" \
|
|
||||||
$(1);
|
$(1);
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user