Module Name: src
Committed By: martin
Date: Mon Jan 1 11:43:19 UTC 2024
Modified Files:
src/external/gpl3/gcc/lib/liblto_plugin [netbsd-10]: Makefile
Log Message:
Pull up following revision(s) (requested by mrg in ticket #533):
external/gpl3/gcc/lib/liblto_plugin/Makefile: revision 1.11
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.10 -r1.10.2.1 \
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/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.10.2.1
--- 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 Mon Jan 1 11:43:19 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2021/09/18 01:47:07 christos Exp $
+# $NetBSD: Makefile,v 1.10.2.1 2024/01/01 11:43:19 martin 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