strip .gnu.attributes and .reginfo from kernel modules
SVN-Revision: 26304
This commit is contained in:
parent
98267669b0
commit
596d89b331
1 changed files with 1 additions and 1 deletions
2
rules.mk
2
rules.mk
|
@ -211,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 --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" \
|
||||
$(SCRIPT_DIR)/rstrip.sh
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue