aboutsummaryrefslogtreecommitdiff
path: root/misc/seabios
diff options
context:
space:
mode:
authorRoger Pau Monné <royger@FreeBSD.org>2018-04-04 11:46:19 +0000
committerRoger Pau Monné <royger@FreeBSD.org>2018-04-04 11:46:19 +0000
commit0b0a6931096474dc7587d1abac2ee9751eaa43f9 (patch)
tree9032d15918a0d813619043d8fcae2951bc3f54a4 /misc/seabios
parentb8c5edf171e2149ea5538b95eeeefd50ce29ece4 (diff)
downloadports-0b0a6931096474dc7587d1abac2ee9751eaa43f9.tar.gz
ports-0b0a6931096474dc7587d1abac2ee9751eaa43f9.zip
seabios: foce usage of GNU ld
SeaBIOS requires GNU ld in order to link. Sponsored by: Citrix Systems R&D
Notes
Notes: svn path=/head/; revision=466430
Diffstat (limited to 'misc/seabios')
-rw-r--r--misc/seabios/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile
index 8c28d9ac0359..e608488d82ce 100644
--- a/misc/seabios/Makefile
+++ b/misc/seabios/Makefile
@@ -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