diff options
-rw-r--r-- | gnu/gcc/gcc/config/arm/openbsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/gcc/gcc/config/arm/openbsd.h b/gnu/gcc/gcc/config/arm/openbsd.h index 9431be1deb7..0daacab4d4d 100644 --- a/gnu/gcc/gcc/config/arm/openbsd.h +++ b/gnu/gcc/gcc/config/arm/openbsd.h @@ -38,8 +38,8 @@ Boston, MA 02111-1307, USA. */ #undef MULTILIB_DEFAULTS -/* armv5te default cpu. */ -#define SUBTARGET_CPU_DEFAULT TARGET_CPU_arm9e +/* armv6k default cpu. */ +#define SUBTARGET_CPU_DEFAULT TARGET_CPU_mpcore /* We default to a soft-float ABI so that binaries can run on all target hardware. */ |