diff options
Diffstat (limited to 'lang/gcc15-devel/Makefile')
-rw-r--r-- | lang/gcc15-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index 3e4b469785da..8dcb6ee7ab72 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= gcc -PORTVERSION= 15.1.1.s20250628 +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 |