aboutsummaryrefslogtreecommitdiffstats
path: root/package/grub/patches/002-strip_note_gnu_build_id.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-07 23:01:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-10-07 23:01:56 +0000
commit0dd7644ec71eedc94d0aab24e432149db73573f1 (patch)
treeafb1bb97c8bed2a0fad9ab6fbac4d0652391afbc /package/grub/patches/002-strip_note_gnu_build_id.patch
parenta1bcd25082fd6780d6eb9184acb1813bf723841f (diff)
downloadupstream-0dd7644ec71eedc94d0aab24e432149db73573f1.tar.gz
upstream-0dd7644ec71eedc94d0aab24e432149db73573f1.tar.bz2
upstream-0dd7644ec71eedc94d0aab24e432149db73573f1.zip
x86: remove grub-legacy
SVN-Revision: 33640
Diffstat (limited to 'package/grub/patches/002-strip_note_gnu_build_id.patch')
-rw-r--r--package/grub/patches/002-strip_note_gnu_build_id.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/grub/patches/002-strip_note_gnu_build_id.patch b/package/grub/patches/002-strip_note_gnu_build_id.patch
deleted file mode 100644
index 40aa74dc79..0000000000
--- a/package/grub/patches/002-strip_note_gnu_build_id.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/stage1/Makefile.in
-+++ b/stage1/Makefile.in
-@@ -427,7 +427,7 @@ uninstall-am: uninstall-info-am uninstal
- uninstall-nodist_pkglibDATA
-
- .exec:
-- $(OBJCOPY) -O binary $< $@
-+ $(OBJCOPY) -O binary -R .comment -R .note -R .note.gnu.build-id $< $@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
---- a/stage2/Makefile.in
-+++ b/stage2/Makefile.in
-@@ -3244,7 +3244,7 @@ pxegrub: pxeloader diskless
- -rm -f $@
- cat $^ > $@
- .exec:
-- $(OBJCOPY) -O binary $< $@
-+ $(OBJCOPY) -O binary -R .comment -R .note -R .note.gnu.build-id $< $@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT: