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.
This commit is contained in:
Andrew Turner 2013-01-14 08:39:48 +00:00
parent 8cc0ef19d2
commit ed53231d73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245413

View File

@ -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