[PATCH] sim: update bug URI to https://
Mike Frysinger
vapier@gentoo.org
Sun Jan 3 08:12:55 GMT 2021
---
sim/common/acinclude.m4 | 2 +-
sim/ppc/configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
sim/common/:
* acinclude.m4 (ACX_BUGURL): Change http:// to https://.
sim/ppc/:
* acinclude.m4 (ACX_BUGURL): Change http:// to https://.
sim/*/configure:
* Regenerate.
diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4
index 71a8841ab02d..ff7e1ac6ae2b 100644
--- a/sim/common/acinclude.m4
+++ b/sim/common/acinclude.m4
@@ -237,7 +237,7 @@ SIM_AC_OPTION_ENVIRONMENT
SIM_AC_OPTION_INLINE
ACX_PKGVERSION([SIM])
-ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
+ACX_BUGURL([https://www.gnu.org/software/gdb/bugs/])
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac
index 97030ed635c1..ee52bba81ecc 100644
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -612,7 +612,7 @@ fi],[sim_xor_endian=""])dnl
ACX_PKGVERSION([GDB])
-ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
+ACX_BUGURL([https://www.gnu.org/software/gdb/bugs/])
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])
--
2.28.0
More information about the Gdb-patches
mailing list