Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d717809b authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

CRIS: Discard .note.gnu.build-id section

parent 76fdf67b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#

objcopyflags-$(CONFIG_ETRAX_ARCH_V10) += -R .note -R .comment
objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss
objcopyflags-$(CONFIG_ETRAX_ARCH_V32) += --remove-section=.bss --remove-section=.note.gnu.build-id

OBJCOPYFLAGS = -O binary $(objcopyflags-y)