git: 355919dad0f9 - main - lang/gcc12-devel: switch back to building with LLVM on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Mar 2022 17:05:07 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=355919dad0f9c7c73cebdb0f378c7562367859f2 commit 355919dad0f9c7c73cebdb0f378c7562367859f2 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-03-23 16:55:54 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-03-23 16:55:54 +0000 lang/gcc12-devel: switch back to building with LLVM on powerpc Builds fine. --- lang/gcc12-devel/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile index 644abf2cbb86..11ff23a9e40e 100644 --- a/lang/gcc12-devel/Makefile +++ b/lang/gcc12-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= gcc PORTVERSION= 12.0.1.s20220306 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -70,7 +70,7 @@ CONFIGURE_ARGS+= --with-abi=elfv2 . endif USE_GCC= yes -.elif ${ARCH} == powerpc64le || ${ARCH} == powerpc +.elif ${ARCH} == powerpc64le USE_GCC= yes .endif