public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] Fix bootstrap on armv6-*-freebsd
@ 2017-06-20 21:29 Andreas Tobler
  2017-06-21  9:50 ` Richard Earnshaw (lists)
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Tobler @ 2017-06-20 21:29 UTC (permalink / raw)
  To: GCC Patches

Hi All,

I committed the chunk below to fix bootstrap on armv6*-*-freebsd.

Andreas

2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>

	* config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
	arm1176jzf-s.

Index: config.gcc
===================================================================
--- config.gcc	(revision 249427)
+++ config.gcc	(working copy)
@@ -1089,7 +1089,7 @@
  	tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
  	case $target in
  	armv6*-*-freebsd*)
-	    target_cpu_cname="arm1176jzfs"
+	    target_cpu_cname="arm1176jzf-s"
  	    tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1"
              if test $fbsd_major -ge 11; then
                 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"

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

* Re: [committed] Fix bootstrap on armv6-*-freebsd
  2017-06-20 21:29 [committed] Fix bootstrap on armv6-*-freebsd Andreas Tobler
@ 2017-06-21  9:50 ` Richard Earnshaw (lists)
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw (lists) @ 2017-06-21  9:50 UTC (permalink / raw)
  To: Andreas Tobler, GCC Patches

On 20/06/17 22:29, Andreas Tobler wrote:
> Hi All,
> 
> I committed the chunk below to fix bootstrap on armv6*-*-freebsd.
> 
> Andreas
> 
> 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
> 
>     * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
>     arm1176jzf-s.
> 
> Index: config.gcc
> ===================================================================
> --- config.gcc    (revision 249427)
> +++ config.gcc    (working copy)
> @@ -1089,7 +1089,7 @@
>      tm_file="${tm_file} arm/bpabi.h arm/freebsd.h arm/aout.h arm/arm.h"
>      case $target in
>      armv6*-*-freebsd*)
> -        target_cpu_cname="arm1176jzfs"
> +        target_cpu_cname="arm1176jzf-s"
>          tm_defines="${tm_defines} TARGET_FREEBSD_ARMv6=1"
>              if test $fbsd_major -ge 11; then
>                 tm_defines="${tm_defines} TARGET_FREEBSD_ARM_HARD_FLOAT=1"

Ooops, sorry about that.  At one point these were internal identifiers
and I'm afraid I must have missed this particular port when I converted
the code to using the user-visible product names.

R.

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

end of thread, other threads:[~2017-06-21  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-20 21:29 [committed] Fix bootstrap on armv6-*-freebsd Andreas Tobler
2017-06-21  9:50 ` Richard Earnshaw (lists)

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).