X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=rules.mk;h=a3516a57a024e7c084c768c35d1ca1f38830386d;hb=076e9f74f87e7d5db2e838d7969ef57f9d9ec9d6;hp=ca76ef45b62d0eceff7f255474fcbbda0502b940;hpb=1a595b0ec8bd75cb3136df67d40603feec286466;p=openwrt.git diff --git a/rules.mk b/rules.mk index ca76ef45b6..a3516a57a0 100644 --- a/rules.mk +++ b/rules.mk @@ -140,6 +140,7 @@ ifndef DUMP ifneq ($(TOOLCHAIN_LIB_DIRS),) TARGET_LDFLAGS+= $(patsubst %,-L%,$(TOOLCHAIN_LIB_DIRS)) endif + TOOLCHAIN_DIR:=$(TOOLCHAIN_ROOT_DIR) endif endif endif @@ -211,7 +212,7 @@ else RSTRIP:= \ NM="$(TARGET_CROSS)nm" \ STRIP="$(STRIP)" \ - STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32 --remove-section=.note.gnu.build-id" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded -R .comment -R .pdr -R .mdebug.abi32 -R .note.gnu.build-id -R .gnu.attributes -R .reginfo -x" \ $(SCRIPT_DIR)/rstrip.sh endif