Module Name:    src
Committed By:   maya
Date:           Mon Sep  9 13:57:13 UTC 2019

Modified Files:
        src/tools/gcc: Makefile

Log Message:
Fix bugurl. PR toolchain/48712


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/tools/gcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/gcc/Makefile
diff -u src/tools/gcc/Makefile:1.93 src/tools/gcc/Makefile:1.94
--- src/tools/gcc/Makefile:1.93	Tue Mar 19 05:55:00 2019
+++ src/tools/gcc/Makefile	Mon Sep  9 13:57:13 2019
@@ -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 @@ SOFTFLOAT_ARGS=	-with-float=soft
 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 \

Reply via email to