summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-10-11 05:35:07 +0000
committermiod <miod@openbsd.org>2006-10-11 05:35:07 +0000
commit8fea1d8a63719718f17aeacf37320a7443032611 (patch)
treea983ed1324732bc506b23203a972cfbb8e81f3f1
parentand I forgot ldexp.c (diff)
downloadwireguard-openbsd-8fea1d8a63719718f17aeacf37320a7443032611.tar.xz
wireguard-openbsd-8fea1d8a63719718f17aeacf37320a7443032611.zip
Default to -m4.
-rw-r--r--gnu/usr.bin/gcc/gcc/config/sh/openbsd.h3
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)