summaryrefslogtreecommitdiff
path: root/sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk
blob: 87d46eb5bc346c366adfa6ab38487c1767caa9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-xen_arch_x86_boot_build32.mk,v 1.1 2021/04/18 12:31:26 bouyer Exp $
linux's toolchain doesn't generate a .eh_frame section but NetBSD does.
remove it.

--- xen/arch/x86/boot/build32.mk.orig	2018-04-17 19:21:31.000000000 +0200
+++ xen/arch/x86/boot/build32.mk	2018-04-23 13:29:47.000000000 +0200
@@ -25,7 +25,7 @@
 				exit $$(expr $$idx + 1);; \
 			esac; \
 		done
-	$(OBJCOPY) -O binary -R .got.plt $< $@
+	$(OBJCOPY) -O binary -R .got.plt -R .eh_frame $< $@
 
 %.lnk: %.o
 	$(LD) $(LDFLAGS_DIRECT) -N -T build32.lds -o $@ $<