Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 20:02:41 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e85a6755795f - main - lang/gcc10: remove noop CONFIGURE_ENV for powerpc64
Message-ID:  <202308102002.37AK2ffX093440@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e85a6755795f33dca9b68cba73b40af13e390cbe

commit e85a6755795f33dca9b68cba73b40af13e390cbe
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-08 20:01:56 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-10 20:02:24 +0000

    lang/gcc10: remove noop CONFIGURE_ENV for powerpc64
---
 lang/gcc10/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile
index 5c31b203f913..4d3fb50c8325 100644
--- a/lang/gcc10/Makefile
+++ b/lang/gcc10/Makefile
@@ -63,7 +63,6 @@ CXXFLAGS:=	${CFLAGS:S/mcpu=g/mcpu=G/}
 CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
 
 .elif ${ARCH} == powerpc64
-CONFIGURE_ENV+=	UNAME_m="powerpc64"
 . if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
 CONFIGURE_ARGS+=	--with-abi=elfv2
 . else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308102002.37AK2ffX093440>