Module Name: src
Committed By: kalvisd
Date: Sun Sep 29 15:56:42 UTC 2024
Modified Files:
src/external/gpl3/gcc/usr.bin/backend: Makefile
Log Message:
gcc: vax: Sprinkle NB_FIX_VAX_BACKEND for vax to enable MI fixes
OK rin@
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/external/gpl3/gcc/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/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.74 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.75
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.74 Tue Jun 18 04:07:18 2024
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile Sun Sep 29 15:56:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2024/06/18 04:07:18 mrg Exp $
+# $NetBSD: Makefile,v 1.75 2024/09/29 15:56:42 kalvisd Exp $
HOSTPROG_CXX= 1
LIBISPRIVATE= yes
@@ -604,3 +604,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