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:
Felix Fietkau
2006-06-01 01:06:23 +00:00
parent d527cb8383
commit c1d8ac6c57

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