mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
bfd: use https for bugzilla
This commit is contained in:
parent
23cb7bac66
commit
eec8bf7eab
@ -1,3 +1,9 @@
|
||||
2021-04-08 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* configure.ac (ACX_BUGURL): Use https://.
|
||||
* configure.com (COPY_TEXT): Likewise.
|
||||
* configure: Regenerate.
|
||||
|
||||
2021-04-05 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* configure.ac: Don't check for long long or long double type.
|
||||
|
2
bfd/configure
vendored
2
bfd/configure
vendored
@ -11923,7 +11923,7 @@ if test "${with_bugurl+set}" = set; then :
|
||||
;;
|
||||
esac
|
||||
else
|
||||
BUGURL="http://www.sourceware.org/bugzilla/"
|
||||
BUGURL="https://www.sourceware.org/bugzilla/"
|
||||
|
||||
fi
|
||||
|
||||
|
@ -157,7 +157,7 @@ AC_ARG_WITH(separate-debug-dir,
|
||||
AC_SUBST(DEBUGDIR)
|
||||
|
||||
ACX_PKGVERSION([GNU Binutils])
|
||||
ACX_BUGURL([http://www.sourceware.org/bugzilla/])
|
||||
ACX_BUGURL([https://www.sourceware.org/bugzilla/])
|
||||
|
||||
AM_BINUTILS_WARNINGS
|
||||
|
||||
|
@ -232,7 +232,7 @@ $DECK
|
||||
IF match_pos <> 0 THEN;
|
||||
POSITION(BEGINNING_OF(match_pos));
|
||||
ERASE(match_pos);
|
||||
COPY_TEXT('"<http://www.sourceware.org/bugzilla/>"');
|
||||
COPY_TEXT('"<https://www.sourceware.org/bugzilla/>"');
|
||||
ENDIF;
|
||||
WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
|
||||
QUIT
|
||||
|
Loading…
Reference in New Issue
Block a user