Make sure we copy over the linker set sections to the EFI executable.

This commit is contained in:
Doug Rabson 2001-09-04 08:59:38 +00:00
parent 350ee9804b
commit 772d958c9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82942
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \