diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-09 14:21:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-05-09 14:21:56 +0000 |
commit | e9f73402fc1273bc7e73164ff6e3106983f2549a (patch) | |
tree | ba004a4afa7182a99b136f930547c8591878f570 /gnu | |
parent | 56f440e5144c55b035b3ce12c5c7d490d5c1749b (diff) |
Define WINT_TYPE as well.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/config/m88k/openbsdelf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/gcc/gcc/config/m88k/openbsdelf.h b/gnu/gcc/gcc/config/m88k/openbsdelf.h index d7338f79050..318176d6447 100644 --- a/gnu/gcc/gcc/config/m88k/openbsdelf.h +++ b/gnu/gcc/gcc/config/m88k/openbsdelf.h @@ -85,6 +85,9 @@ Boston, MA 02110-1301, USA. */ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32 +#undef WINT_TYPE +#define WINT_TYPE "int" + /* Due to the split instruction and data caches, trampolines must cause the data cache to be synced before attempting to execute the trampoline code. Under OpenBSD, this is done by invoking trap #451 with r2 and r3 set to |