X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=5c66dfde1a14942f3b220608c3a899f3db9605ba;hb=8418c95a340421ab2588c49242cd3ccbdf6ed0ac;hp=77331185ee9897bd5a5aebd12fe1656fe3e59e64;hpb=2880f4e791d421a5763193a55d7e657fae0906c9;p=openwrt.git diff --git a/rules.mk b/rules.mk index 77331185ee..5c66dfde1a 100644 --- a/rules.mk +++ b/rules.mk @@ -23,7 +23,7 @@ $(strip $(subst ",,$(1))) endef #")) -ARCH:=$(call qstrip,$(CONFIG_ARCH)) +ARCH:=$(call qstrip,$(shell echo $(CONFIG_ARCH) | sed -e 's/i[3-9]86/i386/')) BOARD:=$(call qstrip,$(CONFIG_TARGET_BOARD)) TARGET_OPTIMIZATION:=$(call qstrip,$(CONFIG_TARGET_OPTIMIZATION)) BUILD_SUFFIX:=$(call qstrip,$(CONFIG_BUILD_SUFFIX)) @@ -32,7 +32,7 @@ SUBDIR:=$(patsubst $(TOPDIR)/%,%,${CURDIR}) OPTIMIZE_FOR_CPU:=$(ARCH) -DL_DIR:=$(TOPDIR)/dl +DL_DIR:=$(if $(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(call qstrip,$(CONFIG_DOWNLOAD_FOLDER)),$(TOPDIR)/dl) BIN_DIR:=$(TOPDIR)/bin INCLUDE_DIR:=$(TOPDIR)/include SCRIPT_DIR:=$(TOPDIR)/scripts @@ -63,6 +63,11 @@ TARGET_LDFLAGS:=-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib export PATH:=$(TARGET_PATH) export STAGING_DIR +export GCC_HONOUR_COPTS:=0 + +PKG_CONFIG:=$(STAGING_DIR_HOST)/bin/pkg-config + +export PKG_CONFIG LINUX_HEADERS_DIR:=$(BUILD_DIR_TOOLCHAIN)/linux