* added standard define __STDC_ISO_10646__ to all compiler configurations,

indicating that haiku uses ISO_10646 in wchar_t (in our case: UTF-32)


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37775 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe
2010-07-27 19:20:25 +00:00
parent 2b4fc44ef0
commit 735af2d623
6 changed files with 10 additions and 3 deletions

View File

@@ -159,6 +159,7 @@ Boston, MA 02111-1307, USA. */
-D__stdcall=__attribute__((__stdcall__)) \
-D__cdecl=__attribute__((__cdecl__)) \
-D__declspec(x)=__attribute__((x)) \
-D__STDC_ISO_10646__ \
-Asystem(haiku)"
#undef CPP_SPEC