Module Name: src Committed By: mrg Date: Sun Dec 31 22:52:49 UTC 2023
Modified Files: src/external/gpl3/gcc.old/lib/liblto_plugin: Makefile src/external/gpl3/gcc/lib/liblto_plugin: Makefile Log Message: also link in libiberty's unlink-if-ordinary.c. should fix undef issues reported on current-users. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile cvs rdiff -u -r1.10 -r1.11 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.14 src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile:1.15 --- src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile:1.14 Mon Feb 20 02:12:16 2023 +++ src/external/gpl3/gcc.old/lib/liblto_plugin/Makefile Sun Dec 31 22:52:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2023/02/20 02:12:16 mrg Exp $ +# $NetBSD: Makefile,v 1.15 2023/12/31 22:52:49 mrg Exp $ .include <bsd.init.mk> .include <bsd.shlib.mk> @@ -15,7 +15,7 @@ SRCS= lto-plugin.c hashtab.c simple-obj # libiberty SRCS+= xstrerror.c xasprintf.c xvasprintf.c safe-ctype.c \ - vprintf-support.c + vprintf-support.c unlink-if-ordinary.c CPPFLAGS+= -I${DIST}/include -I. CPPFLAGS+= -DHAVE_CONFIG_H Index: src/external/gpl3/gcc/lib/liblto_plugin/Makefile diff -u src/external/gpl3/gcc/lib/liblto_plugin/Makefile:1.10 src/external/gpl3/gcc/lib/liblto_plugin/Makefile:1.11 --- src/external/gpl3/gcc/lib/liblto_plugin/Makefile:1.10 Sat Sep 18 01:47:07 2021 +++ src/external/gpl3/gcc/lib/liblto_plugin/Makefile Sun Dec 31 22:52:49 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2021/09/18 01:47:07 christos Exp $ +# $NetBSD: Makefile,v 1.11 2023/12/31 22:52:49 mrg Exp $ .include <bsd.init.mk> .include <bsd.shlib.mk> @@ -15,7 +15,7 @@ SRCS= lto-plugin.c hashtab.c simple-obj # libiberty SRCS+= xstrerror.c xasprintf.c xvasprintf.c safe-ctype.c \ - vprintf-support.c + vprintf-support.c unlink-if-ordinary.c CPPFLAGS+= -I${DIST}/include -I. CPPFLAGS+= -DHAVE_CONFIG_H