Module Name:    src
Committed By:   christos
Date:           Wed Jan  7 02:18:10 UTC 2015

Modified Files:
        src/external/gpl3/gcc/usr.bin: Makefile

Log Message:
it is lto1


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/usr.bin/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/usr.bin/Makefile
diff -u src/external/gpl3/gcc/usr.bin/Makefile:1.6 src/external/gpl3/gcc/usr.bin/Makefile:1.7
--- src/external/gpl3/gcc/usr.bin/Makefile:1.6	Tue Jan  6 21:02:44 2015
+++ src/external/gpl3/gcc/usr.bin/Makefile	Tue Jan  6 21:18:10 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2015/01/07 02:02:44 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2015/01/07 02:18:10 christos Exp $
 
 NOOBJ=# defined
 
@@ -16,7 +16,7 @@ SUBDIR+=	host-libiberty .WAIT \
 		common common-target .WAIT \
 		libcpp libdecnumber .WAIT \
 		gcov cc1 cc1obj cc1plus cpp g++ gcc \
-		lto lto-wrapper \
+		lto1 lto-wrapper \
 		include
 
 .include <bsd.subdir.mk>

Reply via email to