Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: macOS build fails



On Tue, 27 May 2025, matthew green wrote:


can you both (Palle/Adam) try this?


.mrg.

Index: tools/gcc/Makefile
===================================================================
RCS file: /cvsroot/src/tools/gcc/Makefile,v
retrieving revision 1.115
diff -p -u -r1.115 Makefile
--- tools/gcc/Makefile	16 May 2025 19:01:50 -0000	1.115
+++ tools/gcc/Makefile	26 May 2025 20:28:27 -0000
@@ -95,7 +95,7 @@ GCC_CPPFLAGS+=	-DNB_FIX_VAX_BACKEND
MAKE_ARGS=	MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q} \
		LIBGCC= LIBGCC1= LIBGCC1_TEST= LIBGCC2= INSTALL_LIBGCC= \
		EXTRA_PARTS= CPPFLAGS=${GCC_CPPFLAGS:Q} \
-		AR=${HOST_AR:Q} RANLIB=${HOST_RANLIB:Q} NM=${NM:Q}
+		AR=${HOST_AR:Q} RANLIB=${HOST_RANLIB:Q} NM=${HOST_NM:Q}

CONFIGURE_ENV+= gcc_cv_libc_provides_ssp=yes \
		gcc_cv_as_sparc_gotdata_op=no



yes - will try this on Solaris


Home | Main Index | Thread Index | Old Index