mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-27 09:03:06 +00:00
some bugfixes and additions for the default compile target
SVN-Revision: 3886
This commit is contained in:
parent
c8ec7f7647
commit
12090bfed0
@ -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