diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2014-06-30 09:43:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2014-06-30 09:43:19 +0000 |
commit | 10e4b63297f2dab38e5867991762419ea7fb9daa (patch) | |
tree | 47e368ef42b16c056c16075c6e7fdaf1d70c0c5d /gcc | |
parent | 5e88a8f4fb8655049c84d0ba133511cd568e93d2 (diff) | |
download | gcc-10e4b63297f2dab38e5867991762419ea7fb9daa.zip gcc-10e4b63297f2dab38e5867991762419ea7fb9daa.tar.gz gcc-10e4b63297f2dab38e5867991762419ea7fb9daa.tar.bz2 |
* doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit.
From-SVN: r212140
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 894cae8..d1b5dc3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-06-30 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit. + 2014-06-30 Marcus Shawcroft <marcus.shawcroft@arm.com> PR target/61633 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c662175..58d183a 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3760,9 +3760,9 @@ removed and the system libunwind library will always be used. @end html @anchor{aarch64-x-x} @heading aarch64*-*-* -Pre 2.24 binutils does not have support for selecting -mabi and does not -support ILP32. If GCC 4.9 or later is built with pre 2.24, GCC will not -support option -mabi=ilp32. +Binutils pre 2.24 does not have support for selecting @option{-mabi} and +does not support ILP32. If it is used to build GCC 4.9 or later, GCC will +not support option @option{-mabi=ilp32}. @html <hr /> |