diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-13 11:26:42 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-13 11:26:42 +0000 |
commit | 05381348ac78ef2b9e0d6d4336058c8f50221510 (patch) | |
tree | b3a4771b34c12f729b50438917210863cf7110ad /gcc/config/mn10300/linux.h | |
parent | b86ed7579a62ee56d4b1536a468841ffb226e85b (diff) | |
download | gcc-05381348ac78ef2b9e0d6d4336058c8f50221510.tar.gz |
* config/mn10300/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Undefine.
* config/mn10300/mn10300.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE,
WCHAR_TYPE_SIZE): Define.
* config.gcc (mn10300-*-*): Don't use svr4.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167744 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mn10300/linux.h')
-rw-r--r-- | gcc/config/mn10300/linux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/mn10300/linux.h b/gcc/config/mn10300/linux.h index bed6ece5438..cfaa0a8f341 100644 --- a/gcc/config/mn10300/linux.h +++ b/gcc/config/mn10300/linux.h @@ -84,3 +84,7 @@ extern int mn10300_protect_label; } \ while (0) +#undef SIZE_TYPE +#undef PTRDIFF_TYPE +#undef WCHAR_TYPE +#undef WCHAR_TYPE_SIZE |