]> granicus.if.org Git - curl/commit
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)
commit2748c64d605b19fb419ae56810ad8da36487a2d4
treed764ebde2da9bbdffac2612040805fd6010f1555
parentc4f1ab3cc53af12347bab603bb8bdfed67b354b1
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
ares/acinclude.m4