summaryrefslogtreecommitdiffstats
path: root/sys/boot/ia64/efi
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-04 08:59:38 +0000
committerdfr <dfr@FreeBSD.org>2001-09-04 08:59:38 +0000
commit31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4 (patch)
tree9533ade975d919874273f6bcfa910b55714be5a8 /sys/boot/ia64/efi
parent07738f1f32845a02e73d49638bf1bccad66a2e0c (diff)
downloadFreeBSD-src-31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4.zip
FreeBSD-src-31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4.tar.gz
Make sure we copy over the linker set sections to the EFI executable.
Diffstat (limited to 'sys/boot/ia64/efi')
-rw-r--r--sys/boot/ia64/efi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index da3ea7b..30173c5 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -53,6 +53,7 @@ vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
${BASE}.efi: ${BASE}.sym
${OBJCOPY} -j .text \
+ -j set_Xcommand_set \
-j .hash \
-j .data \
-j .sdata \
OpenPOWER on IntegriCloud