some bugfixes and additions for the default compile target
SVN-Revision: 3886
This commit is contained in:
parent
c8ec7f7647
commit
12090bfed0
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue