diff mbox

AARCH64 configure check for gas -mabi support

Message ID alpine.LSU.2.11.1406301142300.30120@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer June 30, 2014, 9:44 a.m. UTC
I applied the small patch on top of this, mostly triggered by the
markup issue.

Let me know if there is anything you'd like to see differently; I
am thinking to push back to GCC 4.9 as well later.

Gerald


2014-06-30  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.

Comments

Yufeng Zhang June 30, 2014, 9:53 a.m. UTC | #1
Looks good to me.  Thanks for the fix.

Yufeng

On 06/30/14 10:44, Gerald Pfeifer wrote:
> I applied the small patch on top of this, mostly triggered by the
> markup issue.
>
> Let me know if there is anything you'd like to see differently; I
> am thinking to push back to GCC 4.9 as well later.
>
> Gerald
>
>
> 2014-06-30  Gerald Pfeifer<gerald@pfeifer.com>
>
> 	* doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.
>
> Index: doc/install.texi
> ===================================================================
> --- doc/install.texi	(revision 212139)
> +++ doc/install.texi	(working copy)
> @@ -3760,9 +3760,9 @@
>   @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 />
>
Gerald Pfeifer July 5, 2014, 10:13 p.m. UTC | #2
On Mon, 30 Jun 2014, Yufeng Zhang wrote:
> Looks good to me.  Thanks for the fix.
>> 2014-06-30  Gerald Pfeifer<gerald@pfeifer.com>
>> 
>> 	* doc/install.texi (Specific, aarch64*-*-*): Fix markup.  Reword a bit.

I also pushed this to the GCC 4.9 branch now.

Gerald
diff mbox

Patch

Index: doc/install.texi
===================================================================
--- doc/install.texi	(revision 212139)
+++ doc/install.texi	(working copy)
@@ -3760,9 +3760,9 @@ 
 @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 />