diff options
Diffstat (limited to 'lang/gcc16-devel/Makefile')
-rw-r--r-- | lang/gcc16-devel/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/gcc16-devel/Makefile b/lang/gcc16-devel/Makefile index c63c9f5fc89a..c2060b599283 100644 --- a/lang/gcc16-devel/Makefile +++ b/lang/gcc16-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= gcc -PORTVERSION= 16.0.0.s20250629 +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 |