aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2015-07-05 20:36:22 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2015-07-05 20:36:22 +0000
commit3b973a7f22d0006505139348a3871738328f0280 (patch)
treee47c324496d074fb86bf3dcac96c6f200dd42ce7 /gcc
parent3cc2fa2a17d7d3b72d2140306686c827612234d0 (diff)
downloadgcc-3b973a7f22d0006505139348a3871738328f0280.zip
gcc-3b973a7f22d0006505139348a3871738328f0280.tar.gz
gcc-3b973a7f22d0006505139348a3871738328f0280.tar.bz2
fragments.texi (Target Fragment): Convert debian.org link to use https.
* doc/fragments.texi (Target Fragment): Convert debian.org link to use https. * doc/install.texi (Configuration): Ditto. From-SVN: r225435
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/fragments.texi2
-rw-r--r--gcc/doc/install.texi2
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 13f9ba7..6ef5ef1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2015-07-05 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/fragments.texi (Target Fragment): Convert debian.org
+ link to use https.
+ * doc/install.texi (Configuration): Ditto.
+
2015-07-05 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/66718
diff --git a/gcc/doc/fragments.texi b/gcc/doc/fragments.texi
index 805f1a2..e48c54c 100644
--- a/gcc/doc/fragments.texi
+++ b/gcc/doc/fragments.texi
@@ -237,7 +237,7 @@ both multilib and multiarch. In that case, multiarch names are encoded
in @code{MULTILIB_OSDIRNAMES} instead.
More documentation about multiarch can be found at
-@uref{http://wiki.debian.org/Multiarch}.
+@uref{https://wiki.debian.org/Multiarch}.
@findex SPECS
@item SPECS
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index bcebcd2..212008a 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1058,7 +1058,7 @@ if the files are found. The auto detection is enabled for native builds,
and for cross builds configured with @option{--with-sysroot}, and without
@option{--with-native-system-header-dir}.
More documentation about multiarch can be found at
-@uref{http://wiki.debian.org/Multiarch}.
+@uref{https://wiki.debian.org/Multiarch}.
@item --enable-vtable-verify
Specify whether to enable or disable the vtable verification feature.