Signed-off-by: Vladimir Serbinenko <[email protected]>
---
gentpl.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gentpl.py b/gentpl.py
index d8c6965d8..f20797228 100644
--- a/gentpl.py
+++ b/gentpl.py
@@ -775,7 +775,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 .MIPS.abiflags -R .reginfo -R
.rel.dyn -R .note.gnu.gold-version -R .note.gnu.property -R .ARM.exidx -R
.interp $< $@; \
+ $(TARGET_OBJCOPY) $(""" + cname(defn) + """_OBJCOPYFLAGS) --strip-unneeded
-R .note -R .comment -R .note.gnu.build-id -R .MIPS.abiflags -R .reginfo -R
.rel.dyn -R .note.gnu.gold-version -R .note.gnu.property -R .ARM.exidx -R
.interp -R .reloc -R .buildid $< $@; \
fi
""")
--
2.49.0
_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel