1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

src.opts.mk: disable BINUTILS_BOOTSTRAP on mips64*

After GCC was disabled by default in r356367, mips and sparc64 started
relying external GCC.  However, the in-tree Binutils ld 2.17.50 is not
compatible with GCC for some mips64 targets, so turn off
BINUTILS_BOOTSTRAP and rely on external binutils (linker) as well.
This commit is contained in:
Ed Maste 2020-01-05 16:59:24 +00:00
parent 97a8ab398e
commit a69473e38c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356379

View File

@ -489,6 +489,10 @@ MK_BSDINSTALL:= no
MK_SVNLITE:= no
.endif
.if ${__T:Mmips64*} && ${MK_GCC} == "no"
MK_BINUTILS_BOOTSTRAP:= no
.endif
.if ${MK_MAIL} == "no"
MK_MAILWRAPPER:= no
MK_SENDMAIL:= no