seabios: foce usage of GNU ld

SeaBIOS requires GNU ld in order to link.

Sponsored by: Citrix Systems R&D
This commit is contained in:
Roger Pau Monné 2018-04-04 11:46:19 +00:00
parent b8c5edf171
commit 0b0a693109
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466430

View File

@ -15,9 +15,9 @@ ONLY_FOR_ARCHS_REASON= specific to x86
USES= gmake python:build
MAKE_ARGS= HOSTCC="${CC}" LD32BIT_FLAG="-melf_i386_fbsd" \
PYTHON="${PYTHON_CMD}"
MAKE_ARGS= HOSTCC="${CC}" LD="${LD}" PYTHON="${PYTHON_CMD}"
USE_GCC= yes
USE_BINUTILS= yes
PLIST_FILES= ${DATADIR}/bios.bin