diff options
author | 2006-10-11 05:35:07 +0000 | |
---|---|---|
committer | 2006-10-11 05:35:07 +0000 | |
commit | 8fea1d8a63719718f17aeacf37320a7443032611 (patch) | |
tree | a983ed1324732bc506b23203a972cfbb8e81f3f1 | |
parent | and I forgot ldexp.c (diff) | |
download | wireguard-openbsd-8fea1d8a63719718f17aeacf37320a7443032611.tar.xz wireguard-openbsd-8fea1d8a63719718f17aeacf37320a7443032611.zip |
Default to -m4.
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/sh/openbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h b/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h index e5ccff542e0..5574e917d1d 100644 --- a/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h @@ -24,6 +24,9 @@ Boston, MA 02111-1307, USA. */ /* Get generic OpenBSD definitions. */ #include <openbsd.h> +#undef TARGET_CPU_DEFAULT +#define TARGET_CPU_DEFAULT SELECT_SH4 + #undef TARGET_DEFAULT #define TARGET_DEFAULT \ (TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT) |