]> err.no Git - linux-2.6/blobdiff - arch/arm/Makefile
[ARM] 4600/1: fix kernel build failure with build-id-supporting binutils
[linux-2.6] / arch / arm / Makefile
index fa4ea9ff0797b9ff94144b2b69bee97524dd09a0..6c2d539cd22b406649436ebf73a908e4a4f2deeb 100644 (file)
@@ -12,7 +12,7 @@
 
 LDFLAGS_vmlinux        :=-p --no-undefined -X
 CPPFLAGS_vmlinux.lds = -DTEXT_OFFSET=$(TEXT_OFFSET)
-OBJCOPYFLAGS   :=-O binary -R .note -R .comment -S
+OBJCOPYFLAGS   :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
 GZFLAGS                :=-9
 #CFLAGS                +=-pipe
 # Explicitly specifiy 32-bit ARM ISA since toolchain default can be -mthumb: