diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-05 22:13:01 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-05 22:13:01 +0000 |
commit | 845f6a013165c3db7051422a0ab3ce135944ff6a (patch) | |
tree | 251d0449648e6f32bf091afbf6bd1111a8908722 /gcc/doc | |
parent | 4d1b74550413d20e76a6c31c5e73e54d637d0d93 (diff) | |
download | gcc-845f6a013165c3db7051422a0ab3ce135944ff6a.tar.gz |
* doc/install.texi (Specific, aarch64*-*-*): Fix markup. Reword a bit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@212308 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6b45e9d0d42..7de5291a432 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3764,9 +3764,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 /> |