svn commit: r466430 - head/misc/seabios

Roger Pau Monné royger at FreeBSD.org
Wed Apr 4 11:46:20 UTC 2018


Author: royger (src committer)
Date: Wed Apr  4 11:46:19 2018
New Revision: 466430
URL: https://svnweb.freebsd.org/changeset/ports/466430

Log:
  seabios: foce usage of GNU ld
  
  SeaBIOS requires GNU ld in order to link.
  
  Sponsored by: Citrix Systems R&D

Modified:
  head/misc/seabios/Makefile

Modified: head/misc/seabios/Makefile
==============================================================================
--- head/misc/seabios/Makefile	Wed Apr  4 10:57:33 2018	(r466429)
+++ head/misc/seabios/Makefile	Wed Apr  4 11:46:19 2018	(r466430)
@@ -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
 


More information about the svn-ports-head mailing list