diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 15:49:20 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-12-26 15:49:20 +0000 |
commit | fa70810cdbb843b66175fff83a47dc871a8c2780 (patch) | |
tree | 9c294b7386c2e8fdaba363242acbc7cef8692b2c /gnu | |
parent | 26c886e250d9cf7008d537d086770373b25b2968 (diff) |
Remove duplicate definition of LONG_DOUBLE_TYPE_SIZE, and shrink WINT_TYPE
to 32 bits, as done on all other OpenBSD platforms.
ok espie@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h index b5b3b92feac..b6b99408a97 100644 --- a/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h +++ b/gnu/usr.bin/gcc/gcc/config/sparc/openbsd64.h @@ -64,11 +64,8 @@ Boston, MA 02111-1307, USA. */ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32 -#undef LONG_DOUBLE_TYPE_SIZE -#define LONG_DOUBLE_TYPE_SIZE 128 - #undef WINT_TYPE -#define WINT_TYPE "long int" +#define WINT_TYPE "int" #undef WINT_TYPE_SIZE #define WINT_TYPE_SIZE 32 |