diff options
Diffstat (limited to 'lang/gcc15/Makefile')
-rw-r--r-- | lang/gcc15/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/gcc15/Makefile b/lang/gcc15/Makefile index 70bf8f2de283..957ccabf391e 100644 --- a/lang/gcc15/Makefile +++ b/lang/gcc15/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.1.0 +PORTVERSION= 15.2.0 PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= GCC @@ -78,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 |