git: e85a6755795f - main - lang/gcc10: remove noop CONFIGURE_ENV for powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Thu, 10 Aug 2023 20:02:41 UTC
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