mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Add mips64 to list of ARCH that disable gold.
Enables binutils for MIPS64
This commit is contained in:
parent
c52d6b0f41
commit
30e3cf13fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378882
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ EXTRA_PATCHES+= ${FILESDIR}/allow-missing-group-info
|
|||
.endif
|
||||
|
||||
# Actual earliest version may differ slightly
|
||||
.if ${ARCH} != ia64 && ${ARCH} != mips && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc)
|
||||
.if ${ARCH} != ia64 && ${ARCH} != mips && ${ARCH} != mips64 && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc)
|
||||
CONFIGURE_ARGS+= --enable-gold --enable-plugins
|
||||
PLIST_SUB+= GOLD=""
|
||||
.else
|
||||
|
|
Loading…
Add table
Reference in a new issue