Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2dccba63de48
branches:  trunk
changeset: 935377:2dccba63de48
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jul 01 07:54:24 2020 +0000

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

not tested, based on similar change to
 external/gpl3/gcc/usr.bin/lto-wrapper/Makefile

diffstat:

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

diffs (17 lines):

diff -r 10be610cfe20 -r 2dccba63de48 external/gpl3/gcc.old/usr.bin/lto-wrapper/Makefile
--- a/external/gpl3/gcc.old/usr.bin/lto-wrapper/Makefile        Wed Jul 01 07:38:29 2020 +0000
+++ b/external/gpl3/gcc.old/usr.bin/lto-wrapper/Makefile        Wed Jul 01 07:54:24 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.6 2019/09/26 08:04:17 mrg Exp $
+#      $NetBSD: Makefile,v 1.7 2020/07/01 07:54:24 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