Improve toolchain detection for WinCE cross compilation:
authorYang Tse <yangsita@gmail.com>
Wed, 14 May 2008 19:42:17 +0000 (19:42 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 14 May 2008 19:42:17 +0000 (19:42 +0000)
commit6882b4020e77e637021e4a9ddf08d7d62de885a8
treebf4bbd87b5194cada2ab69ead733c212f84f8069
parent7b24a70d51f586e18663f9e29b856c717fffa5f0
Improve toolchain detection for WinCE cross compilation:

When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler
symbol __CEGCC__ is defined and the unix-like compatibility layer
is used. For our purposes this is not a native Windows build.

When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler
symbol __MINGW32CE__ is defined and the unix-like compatibility layer
is not used. For our purposes this _is_ a native Windows build.
acinclude.m4