public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][AARCH64][libgcc] Remove t-softfp-sfdf and t-softfp-excl from aarch64 configuration
@ 2012-06-01 13:30 Jim MacArthur
  2012-06-08  7:26 ` Marcus Shawcroft
  0 siblings, 1 reply; 2+ messages in thread
From: Jim MacArthur @ 2012-06-01 13:30 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

In response to a comment from  http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01721.html, this patch removes t-softfp-sfdf and t-softfp-excl from the aarch64 entries in libgcc/config.host. Every setting in these files is overridden by t-softfp.

Addition to libgcc/ChangeLog:

2012-06-01  Jim MacArthur<jim.macarthur@arm.com>

         * config.host (aarch64*-*-elf): Remove references to t-softfp-sfdf and
         t-softfp-excl.
         (aarch64*-*-linux*): Likewise.


[-- Attachment #2: softfp-remove-files --]
[-- Type: text/plain, Size: 624 bytes --]

diff --git a/libgcc/config.host b/libgcc/config.host
index 56beddd..0b80afd 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -291,12 +291,10 @@ case ${host} in
 	;;
 aarch64*-*-elf)
 	extra_parts="$extra_parts crtbegin.o crtend.o crti.o crtn.o"
-	tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl"
 	tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp"
 	;;
 aarch64*-*-linux*)
 	md_unwind_header=aarch64/linux-unwind.h
-	tmake_file="${tmake_file} t-softfp-sfdf t-softfp-excl"
 	tmake_file="${tmake_file} ${cpu_type}/t-softfp t-softfp"
 	tmake_file="${tmake_file} ${cpu_type}/t-linux"
 	;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][AARCH64][libgcc] Remove t-softfp-sfdf and t-softfp-excl from aarch64 configuration
  2012-06-01 13:30 [PATCH][AARCH64][libgcc] Remove t-softfp-sfdf and t-softfp-excl from aarch64 configuration Jim MacArthur
@ 2012-06-08  7:26 ` Marcus Shawcroft
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Shawcroft @ 2012-06-08  7:26 UTC (permalink / raw)
  To: gcc-patches

On 01/06/12 14:29, Jim MacArthur wrote:
> In response to a comment from  http://gcc.gnu.org/ml/gcc-patches/2012-05/msg01721.html, this patch removes t-softfp-sfdf and t-softfp-excl from the aarch64 entries in libgcc/config.host. Every setting in these files is overridden by t-softfp.
>
> Addition to libgcc/ChangeLog:
>
> 2012-06-01  Jim MacArthur<jim.macarthur@arm.com>
>
>           * config.host (aarch64*-*-elf): Remove references to t-softfp-sfdf and
>           t-softfp-excl.
>           (aarch64*-*-linux*): Likewise.

Committed to aarch64 branch.
/Marcus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-08  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-01 13:30 [PATCH][AARCH64][libgcc] Remove t-softfp-sfdf and t-softfp-excl from aarch64 configuration Jim MacArthur
2012-06-08  7:26 ` Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).