Source-Changes-HG archive

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

[src/trunk]: src/tools/gcc Fix bugurl. PR toolchain/48712



details:   https://anonhg.NetBSD.org/src/rev/3b0bb00ace80
branches:  trunk
changeset: 459417:3b0bb00ace80
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Sep 09 13:57:13 2019 +0000

description:
Fix bugurl. PR toolchain/48712

diffstat:

 tools/gcc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ea8f532bfb8e -r 3b0bb00ace80 tools/gcc/Makefile
--- a/tools/gcc/Makefile        Mon Sep 09 12:42:52 2019 +0000
+++ b/tools/gcc/Makefile        Mon Sep 09 13:57:13 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.93 2019/03/19 05:55:00 mrg Exp $
+#      $NetBSD: Makefile,v 1.94 2019/09/09 13:57:13 maya Exp $
 
 .include <bsd.hostinit.mk>
 
@@ -32,7 +32,7 @@
 COMMON_CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} \
                        --enable-long-long \
                        --enable-threads \
-                       --with-bugurl=http://www.NetBSD.org/Misc/send-pr.html \
+                       --with-bugurl=http://www.NetBSD.org/support/send-pr.html \
                        --with-pkgversion="NetBSD ${NETBSD_GCC_VERSION}" \
                        --with-system-zlib \
                        --without-isl \



Home | Main Index | Thread Index | Old Index