diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-03-25 14:17:55 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-03-25 14:17:55 +0000 |
commit | 7d437dc1a284841dbe752054095bbc4277a85eb4 (patch) | |
tree | 0b0f3d549021686e181394f38aca4628c614c059 /gcc | |
parent | 5da906ca43feb6e83cd3cdb11d59d76548005cad (diff) | |
download | gcc-7d437dc1a284841dbe752054095bbc4277a85eb4.zip gcc-7d437dc1a284841dbe752054095bbc4277a85eb4.tar.gz gcc-7d437dc1a284841dbe752054095bbc4277a85eb4.tar.bz2 |
install.texi (Configuration): Update link to AIX ld.
* doc/install.texi (Configuration) <--with-aix-soname>:
Update link to AIX ld.
From-SVN: r246474
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/install.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ef8e27f..b8af4b6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-03-25 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Configuration) <--with-aix-soname>: + Update link to AIX ld. + 2017-03-25 Bernd Schmidt <bschmidt@redhat.com> PR rtl-optimization/80160 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6aacbff..f165e11 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1512,7 +1512,7 @@ linker does search for @samp{libNAME.so} before @samp{libNAME.a} library filenames with the @samp{-lNAME} linker flag. @anchor{AixLdCommand}For detailed information please refer to the AIX -@uref{http://www-01.ibm.com/support/knowledgecenter/search/%22the%20ld%20command%2C%20also%20called%20the%20linkage%20editor%20or%20binder%22,,ld +@uref{https://www.ibm.com/support/knowledgecenter/search/%22the%20ld%20command%2C%20also%20called%20the%20linkage%20editor%20or%20binder%22,,ld Command} reference. As long as shared library creation is enabled, upon: |