On Fri, Sep 26, 2014 at 10:55:43AM +0000, Jurica Stanojkovic wrote: > I have attached a new patch. > It is tested on mipsel and i386. > > --- grub2-2.02~beta2.orig/gentpl.py > +++ grub2-2.02~beta2/gentpl.py > @@ -753,7 +753,7 @@ def image(defn, platform): > if test x$(TARGET_APPLE_LINKER) = x1; then \ > $(MACHO2IMG) $< $@; \ > else \ > - $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded > -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn -R > .note.gnu.gold-version $< $@; \ > + $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded > -R .MIPS.abiflags -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R > .rel.dyn -R .note.gnu.gold-version $< $@; \ > fi > """) >
Thanks for testing. I committed a similar version this morning (when I tagged this bug pending). Regards, -- Colin Watson [cjwat...@debian.org] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org