git: 5e3e3ce9d03c - main - lang/gcc1{5,6}{,-devel}: drop USE_GCC on powerpc64*
Date: Wed, 13 Aug 2025 15:33:24 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5e3e3ce9d03c235dbb12307756b92e37954d034d
commit 5e3e3ce9d03c235dbb12307756b92e37954d034d
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-08-13 15:16:21 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-08-13 15:33:15 +0000
lang/gcc1{5,6}{,-devel}: drop USE_GCC on powerpc64*
Builds fine.
---
lang/gcc15-devel/Makefile | 5 +----
lang/gcc15/Makefile | 5 +----
lang/gcc16-devel/Makefile | 5 +----
3 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile
index 6b2da583ff2b..8dcb6ee7ab72 100644
--- a/lang/gcc15-devel/Makefile
+++ b/lang/gcc15-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gcc
PORTVERSION= 15.2.1.s20250809
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -81,10 +82,6 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
CONFIGURE_ARGS+= --with-abi=elfv2
-USE_GCC= yes
-
-.elif ${ARCH} == powerpc64le
-USE_GCC= yes
.endif
.if ${ARCH} == i386
diff --git a/lang/gcc15/Makefile b/lang/gcc15/Makefile
index d618534cfdc1..957ccabf391e 100644
--- a/lang/gcc15/Makefile
+++ b/lang/gcc15/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gcc
PORTVERSION= 15.2.0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC
PKGNAMESUFFIX= ${SUFFIX}
@@ -77,10 +78,6 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
CONFIGURE_ARGS+= --with-abi=elfv2
-USE_GCC= yes
-
-.elif ${ARCH} == powerpc64le
-USE_GCC= yes
.endif
.if ${ARCH} == i386
diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile
index be75f151e110..c2060b599283 100644
--- a/lang/gcc16-devel/Makefile
+++ b/lang/gcc16-devel/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gcc
PORTVERSION= 16.0.0.s20250810
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -81,10 +82,6 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
.elif ${ARCH} == powerpc64
CONFIGURE_ARGS+= --with-abi=elfv2
-USE_GCC= yes
-
-.elif ${ARCH} == powerpc64le
-USE_GCC= yes
.endif
.if ${ARCH} == i386