Module Name:    src
Committed By:   rin
Date:           Sat Oct  7 12:13:36 UTC 2023

Modified Files:
        src/external/gpl3/gcc.old/usr.bin/backend: Makefile

Log Message:
gcc.old: Sprinkle NB_FIX_VAX_BACKEND for vax to enable MI fixes

PR port-vax/57646: Import major vax toolchain fix by Kalvis Duckmanton


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/external/gpl3/gcc.old/usr.bin/backend/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc.old/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc.old/usr.bin/backend/Makefile:1.19 src/external/gpl3/gcc.old/usr.bin/backend/Makefile:1.20
--- src/external/gpl3/gcc.old/usr.bin/backend/Makefile:1.19	Fri Jul 14 19:46:40 2023
+++ src/external/gpl3/gcc.old/usr.bin/backend/Makefile	Sat Oct  7 12:13:36 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.19 2023/07/14 19:46:40 mrg Exp $
+#	$NetBSD: Makefile,v 1.20 2023/10/07 12:13:36 rin Exp $
 
 HOSTPROG_CXX=	1
 LIBISPRIVATE=	yes
@@ -622,3 +622,7 @@ CFLAGS+= -fno-exceptions -fno-rtti -fasy
 .if ${MACHINE_CPU} == "aarch64"
 .PATH: ${DIST}/gcc/config/arm
 .endif
+
+.if ${MACHINE} == "vax"
+CPPFLAGS+=	-DNB_FIX_VAX_BACKEND
+.endif

Reply via email to