diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-04 20:36:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-02-04 20:36:39 +0000 |
commit | b164c837ae9a10c9cada8e8c550b76e58e7e0860 (patch) | |
tree | 6061ee8f8b5c62830398bcf381a726a8690596d1 /devel | |
parent | 03154b1abc80965021bbf19599841bd244196af2 (diff) | |
download | ports-b164c837ae9a10c9cada8e8c550b76e58e7e0860.tar.gz ports-b164c837ae9a10c9cada8e8c550b76e58e7e0860.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 64c32444b734..547d4ab2f824 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -3,7 +3,7 @@ PORTNAME= binutils PORTVERSION= 2.31.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH?= 1 CATEGORIES?= devel MASTER_SITES= SOURCEWARE/binutils/releases @@ -90,7 +90,7 @@ STATIC_LDFLAGS+= -all-static .include <bsd.port.pre.mk> # Actual earliest version may differ slightly -.if ${ARCH} != i386 && ${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != powerpcspe && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc) +.if ${ARCH} != mips && ${ARCH} != mips64 && ${ARCH} != powerpc && ${ARCH} != powerpc64 && ${ARCH} != powerpcspe && !defined(PKGNAMEPREFIX) CONFIGURE_ARGS+= --enable-gold --enable-plugins CXXFLAGS+= -Wno-c++11-narrowing PLIST_SUB+= GOLD="" |