This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix bootstrap on armv6-*-freebsd


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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]