Module Name: src
Committed By: christos
Date: Thu Apr 4 23:54:18 UTC 2024
Modified Files:
src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile
src/external/gpl3/gcc/lib/liblto_plugin: Makefile
Log Message:
LIBISMODULE should be yes or no...
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 \
src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/gcc/lib/liblto_plugin/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/lib/liblto_plugin/Makefile
diff -u src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile:1.15 src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile:1.16
--- src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile:1.15 Sun Dec 31 17:52:49 2023
+++ src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile Thu Apr 4 19:54:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/12/31 22:52:49 mrg Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/04 23:54:17 christos Exp $
.include <bsd.init.mk>
.include <bsd.shlib.mk>
@@ -22,7 +22,7 @@ CPPFLAGS+= -DHAVE_CONFIG_H
CPPFLAGS+= -Dxstrdup=strdup -Dxexit=exit
CPPFLAGS+= -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc
-LIBISMODULE= 1
+LIBISMODULE= yes
USE_SHLIBDIR= yes
REQUIRETOOLS= yes
NOLINT= # defined
Index: src/external/gpl3/gcc/lib/liblto_plugin/Makefile
diff -u src/external/gpl3/gcc/lib/liblto_plugin/Makefile:1.11 src/external/gpl3/gcc/lib/liblto_plugin/Makefile:1.12
--- src/external/gpl3/gcc/lib/liblto_plugin/Makefile:1.11 Sun Dec 31 17:52:49 2023
+++ src/external/gpl3/gcc/lib/liblto_plugin/Makefile Thu Apr 4 19:54:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2023/12/31 22:52:49 mrg Exp $
+# $NetBSD: Makefile,v 1.12 2024/04/04 23:54:17 christos Exp $
.include <bsd.init.mk>
.include <bsd.shlib.mk>
@@ -22,7 +22,7 @@ CPPFLAGS+= -DHAVE_CONFIG_H
CPPFLAGS+= -Dxstrdup=strdup -Dxexit=exit
CPPFLAGS+= -Dxcalloc=calloc -Dxmalloc=malloc -Dxrealloc=realloc
-LIBISMODULE= 1
+LIBISMODULE= yes
USE_SHLIBDIR= yes
REQUIRETOOLS= yes
NOLINT= # defined