X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=rules.mk;h=ca76ef45b62d0eceff7f255474fcbbda0502b940;hb=98267669b0095f9c0afdcb6dd8f3d289628b5ee7;hp=c2b0dcaff9becf2789e163125f5ecfd98889f6d8;hpb=b74308c4337b9309f2eb86ca54e6c10edebddc13;p=oweals%2Fopenwrt.git diff --git a/rules.mk b/rules.mk index c2b0dcaff9..ca76ef45b6 100644 --- a/rules.mk +++ b/rules.mk @@ -178,8 +178,6 @@ INSTALL_DATA:=install -m0644 INSTALL_CONF:=install -m0600 ifneq ($(CONFIG_CCACHE),) - # FIXME: move this variable to a better location - export CCACHE_DIR=$(STAGING_DIR)/ccache TARGET_CC:= ccache $(TARGET_CC) TARGET_CXX:= ccache $(TARGET_CXX) endif @@ -213,7 +211,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" \ + STRIP_KMOD="$(TARGET_CROSS)strip --strip-unneeded --remove-section=.comment --remove-section=.pdr --remove-section=.mdebug.abi32 --remove-section=.note.gnu.build-id" \ $(SCRIPT_DIR)/rstrip.sh endif