Module Name:    src
Committed By:   mrg
Date:           Sun Aug 11 08:13:14 UTC 2024

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

Log Message:
fix a logic error in the previous and most of the builds.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/external/gpl3/gcc/usr.bin/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/Makefile
diff -u src/external/gpl3/gcc/usr.bin/Makefile:1.17 src/external/gpl3/gcc/usr.bin/Makefile:1.18
--- src/external/gpl3/gcc/usr.bin/Makefile:1.17	Sat Aug 10 23:49:12 2024
+++ src/external/gpl3/gcc/usr.bin/Makefile	Sun Aug 11 08:13:14 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2024/08/10 23:49:12 mrg Exp $
+#	$NetBSD: Makefile,v 1.18 2024/08/11 08:13:14 mrg Exp $
 
 NOOBJ=# defined
 
@@ -8,7 +8,7 @@ GCC_MACHINE_ARCH=${MACHINE_ARCH:S/earmv5
 
 .if ${MKGCC} != "no" && exists(${.CURDIR}/gcc/arch/${GCC_MACHINE_ARCH}/defs.mk)
 
-.if defined(NOGCCISL)
+.if !defined(NOGCCISL)
 ISL_SUBDIR=	../../../mit/isl/lib/libisl
 .else
 ISL_SUBDIR=

Reply via email to