strip .note.gnu.build-id from kernel modules
SVN-Revision: 26217
This commit is contained in:
		
							
								
								
									
										2
									
								
								rules.mk
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								rules.mk
									
									
									
									
									
								
							| @@ -211,7 +211,7 @@ else | |||||||
|   RSTRIP:= \ |   RSTRIP:= \ | ||||||
|     NM="$(TARGET_CROSS)nm" \ |     NM="$(TARGET_CROSS)nm" \ | ||||||
|     STRIP="$(STRIP)" \ |     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 |     $(SCRIPT_DIR)/rstrip.sh | ||||||
| endif | endif | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau