Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2018 11:46:20 +0000 (UTC)
From:      =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= <royger@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r466430 - head/misc/seabios
Message-ID:  <201804041146.w34BkKbc058838@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804041146.w34BkKbc058838>