diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-06 15:15:27 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-06 15:15:27 +0000 |
commit | 544913c3970b5377734cec7fc196cd8ff23b0f1a (patch) | |
tree | f917f948f797f09e4880bfd7399e08c9bf6859ac /gnu | |
parent | 141049ba183647762c5f9d3c7fcec9471164d42d (diff) |
Move back to softfloat for now.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/sh/openbsd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h b/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h index e4f98463dbd..6a8bcb59220 100644 --- a/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h +++ b/gnu/usr.bin/gcc/gcc/config/sh/openbsd.h @@ -24,9 +24,6 @@ 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) |