mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
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:
parent
b8c5edf171
commit
0b0a693109
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466430
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user