Re: git: 5e3e3ce9d03c - main - lang/gcc1{5,6}{,-devel}: drop USE_GCC on powerpc64*

From: Gerald Pfeifer <gerald_at_pfeifer.com>
Date: Mon, 25 Aug 2025 08:47:18 UTC
On Wed, 13 Aug 2025, Piotr Kubaj wrote:
>     lang/gcc1{5,6}{,-devel}: drop USE_GCC on powerpc64*
>     
>     Builds fine.

Thank you for checking in on this, Piotr, and simplifying these ports now 
it is not necessary any more.

> --- a/lang/gcc15/Makefile
> +++ b/lang/gcc15/Makefile
:
>  .elif ${ARCH} == powerpc64
>  CONFIGURE_ARGS+=	--with-abi=elfv2
> -USE_GCC=	yes
> -
> -.elif ${ARCH} == powerpc64le
> -USE_GCC=	yes
>  .endif

Gerald