1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:43:14 +03: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:
nbd 2006-06-01 01:06:23 +00:00
parent 0c84535e00
commit 1519c18969

View File

@ -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