Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/usr.bin/lto-wrapper use ggc-none.c not ggc...



details:   https://anonhg.NetBSD.org/src/rev/e55914ac25ea
branches:  trunk
changeset: 935285:e55914ac25ea
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jun 29 08:30:42 2020 +0000

description:
use ggc-none.c not ggc-none.o in SRCS

diffstat:

 external/gpl3/gcc/usr.bin/lto-wrapper/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 05228a55452c -r e55914ac25ea external/gpl3/gcc/usr.bin/lto-wrapper/Makefile
--- a/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile    Mon Jun 29 06:51:32 2020 +0000
+++ b/external/gpl3/gcc/usr.bin/lto-wrapper/Makefile    Mon Jun 29 08:30:42 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2019/02/01 10:34:19 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2020/06/29 08:30:42 lukem Exp $
 
 NOMAN=1
 PROG=          lto-wrapper
 # XXX pullout from LTO_WRAPPER_OBJS
 SRCS=          lto-wrapper.c \
                collect-utils.c \
-               ggc-none.o
+               ggc-none.c
 
 BINDIR=                /usr/libexec
 



Home | Main Index | Thread Index | Old Index