Add a build dependency on GNU as

On systems with GNU as in base (up to and including 12.x) there is no need
to provide the GNU binutils from a port.

If the not fully compatible llvm-as should be made available under the name
"as", the condition should be changed to always require binutils from a port
when running on a system after 12.x (which should retain the GNU as in base
for the live-time of that major release).
This commit is contained in:
Stefan Eßer 2020-09-22 16:38:43 +00:00
parent a73a218a21
commit f92feb18f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549608

View file

@ -33,6 +33,7 @@ USE_ASDF= yes
.if ${OSVERSION} < 1200000
IGNORE= does not build on FreeBSD < 12.0
.endif
BUILD_DEPENDS+= as:devel/binutils
LISP_ARCH= x8664
FX86CL= fx86cl64