summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-10-11 05:35:08 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-10-11 05:35:08 +0000
commitc3972cd80edbc097cce0ddd6e91cdcfa2541baec (patch)
tree1e74b5e86f8a51e11a8f25f02f0fdd40604a2f6d /gnu/usr.bin/gcc
parentfafffb73b87aa80ae62585febe0873f33017dc1b (diff)
Default to -m4.
Diffstat (limited to 'gnu/usr.bin/gcc')
-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)