svn commit: r245413 - head/contrib/gcc/config/arm
Andrew Turner
andrew at FreeBSD.org
Mon Jan 14 08:39:49 UTC 2013
Author: andrew
Date: Mon Jan 14 08:39:48 2013
New Revision: 245413
URL: http://svnweb.freebsd.org/changeset/base/245413
Log:
Switch the default CPU to an arm9. This removes compiler support for the
unsupported 26-bit addressing mode. This change is required for moving to
the ARM EABI.
Modified:
head/contrib/gcc/config/arm/freebsd.h
Modified: head/contrib/gcc/config/arm/freebsd.h
==============================================================================
--- head/contrib/gcc/config/arm/freebsd.h Mon Jan 14 07:17:38 2013 (r245412)
+++ head/contrib/gcc/config/arm/freebsd.h Mon Jan 14 08:39:48 2013 (r245413)
@@ -97,7 +97,7 @@
#define TARGET_VERSION fprintf (stderr, " (FreeBSD/armv6 ELF)");
#else
#undef SUBTARGET_CPU_DEFAULT
-#define SUBTARGET_CPU_DEFAULT TARGET_CPU_strongarm
+#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm9
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (FreeBSD/StrongARM ELF)");
#endif
More information about the svn-src-head
mailing list