pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/binutils binutils: enable building gold on Linux.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3fd354ab052
branches: trunk
changeset: 443340:b3fd354ab052
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Thu Dec 10 22:26:49 2020 +0000
description:
binutils: enable building gold on Linux.
diffstat:
devel/binutils/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d06c6dbfbb9e -r b3fd354ab052 devel/binutils/Makefile
--- a/devel/binutils/Makefile Thu Dec 10 21:37:07 2020 +0000
+++ b/devel/binutils/Makefile Thu Dec 10 22:26:49 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2020/12/10 17:03:56 fcambus Exp $
+# $NetBSD: Makefile,v 1.88 2020/12/10 22:26:49 fcambus Exp $
DISTNAME= binutils-2.35.1
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
@@ -76,7 +77,8 @@
.if ${OPSYS} == DragonFly \
|| (${OPSYS} == FreeBSD && empty(OS_VERSION:M[12345678].*)) \
|| (${OPSYS} == OpenBSD && empty(OS_VERSION:M[1234].*)) \
- || (${OPSYS} == NetBSD && empty(OS_VERSION:M[12345].*))
+ || (${OPSYS} == NetBSD && empty(OS_VERSION:M[12345].*)) \
+ || ${OPSYS} == Linux
BUILD_GOLD= yes
PLIST.gold= yes
USE_TOOLS+= bison
Home |
Main Index |
Thread Index |
Old Index