pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gpc Mark lang/gpc NOT_FOR aarch64. It's gcc 2.95,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4dd29047380
branches:  trunk
changeset: 771743:c4dd29047380
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sat Dec 25 21:34:12 2021 +0000

description:
Mark lang/gpc NOT_FOR aarch64. It's gcc 2.95, there's not a chance.

diffstat:

 lang/gpc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e23b42ff08d0 -r c4dd29047380 lang/gpc/Makefile
--- a/lang/gpc/Makefile Sat Dec 25 21:29:17 2021 +0000
+++ b/lang/gpc/Makefile Sat Dec 25 21:34:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2020/01/26 17:31:28 rillig Exp $
+# $NetBSD: Makefile,v 1.40 2021/12/25 21:34:12 dholland Exp $
 
 DISTNAME=              gpc-2.1
 PKGREVISION=           5
@@ -15,7 +15,7 @@
 PATCH_SITES=           ${MASTER_SITE_LOCAL}
 PATCHFILES=            gcc-2.95.3-diff-2002-08-29.gz
 
-NOT_FOR_PLATFORM+=     Darwin-*-* Interix-*-* *-*-x86_64
+NOT_FOR_PLATFORM+=     Darwin-*-* Interix-*-* *-*-x86_64 *-*-aarch64
 
 WRKSRC=                        ${WRKDIR}/gcc-2.95.3
 USE_TOOLS+=            gmake gsed



Home | Main Index | Thread Index | Old Index