pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/binutils
Module Name: pkgsrc
Committed By: fcambus
Date: Thu Dec 10 22:26:49 UTC 2020
Modified Files:
pkgsrc/devel/binutils: Makefile
Log Message:
binutils: enable building gold on Linux.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/binutils/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/binutils/Makefile
diff -u pkgsrc/devel/binutils/Makefile:1.87 pkgsrc/devel/binutils/Makefile:1.88
--- pkgsrc/devel/binutils/Makefile:1.87 Thu Dec 10 17:03:56 2020
+++ pkgsrc/devel/binutils/Makefile Thu Dec 10 22:26:49 2020
@@ -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 @@ PLIST.CTF= yes
.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