On Mon, Jan 10, 2022 at 11:52:57AM -0700, [email protected] wrote:
> Bulk build on sparc64-0a.ports.openbsd.org
>
> Started : Fri Jan 7 22:10:48 MST 2022
> http://build-failures.rhaalovely.net/sparc64/2022-01-07/devel/avr/gcc.log
Pingish. This fixed avr for me the last time I tested and emailed. This
is the same COMPILER config I need to use for the two xtensa ports I
typically work on to build and work on sparc64.
--
Tracey Emery
Index: gcc/Makefile
===================================================================
RCS file: /cvs/ports/devel/avr/gcc/Makefile,v
retrieving revision 1.38
diff -u -r1.38 Makefile
--- gcc/Makefile 20 Nov 2021 15:04:38 -0000 1.38
+++ gcc/Makefile 22 Nov 2021 22:43:43 -0000
@@ -5,14 +5,15 @@
V= 8.5.0
DISTNAME = gcc-$V
PKGNAME= avr-gcc-${V}
-REVISION= 0
+REVISION= 1
# GPLv3
PERMIT_PACKAGE= Yes
WANTLIB= c gmp mpfr ${COMPILER_LIBCXX} m mpc
-COMPILER = base-clang ports-gcc base-gcc
+# fix build on sparc64
+COMPILER = base-clang ports-clang
MASTER_SITES= ${MASTER_SITE_GCC:=releases/gcc-$(V)/}
EXTRACT_SUFX= .tar.xz