diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-12-10 11:03:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-12-10 11:03:55 +0000 |
commit | b769d06ee35e1fa51c6a1d752664c04d456c9244 (patch) | |
tree | dd47ad71d59d4fc77bfb6403b89fb4186cca2835 /gcc | |
parent | df0f6bbb3aa701b7d42aeefdf014eb73e9332d92 (diff) | |
download | gcc-b769d06ee35e1fa51c6a1d752664c04d456c9244.zip gcc-b769d06ee35e1fa51c6a1d752664c04d456c9244.tar.gz gcc-b769d06ee35e1fa51c6a1d752664c04d456c9244.tar.bz2 |
* doc/install.texi (Specific): Tweak link to mkssoftware.com.
From-SVN: r255529
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3e7d9a4..612d922 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2017-12-10 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific): Tweak link to mkssoftware.com. + 2017-12-10 Jakub Jelinek <jakub@redhat.com> PR tree-optimization/83337 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index a9032c9..827d398 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4680,7 +4680,7 @@ Linux API emulation layer in the Win32 subsystem. @item MinGW @uref{#x-x-mingw32,,*-*-mingw32}: MinGW is a native GCC port for the Win32 subsystem that provides a subset of POSIX. @item MKS i386-pc-mks: NuTCracker from MKS. See -@uref{http://www.mkssoftware.com/} for more information. +@uref{https://www.mkssoftware.com} for more information. @end itemize @subheading Intel 64-bit versions |