diff options
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) |