mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-23 15:40:14 +08:00
f9dc151186
Move the minor wince-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level. The makefile is a bit tricky, but maybe it still works.
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
WINCE_STUB_LIBS=
|
|
case "${target}" in
|
|
*arm*-wince-pe) WINCE_STUB_LIBS='-lsslsock' ;;
|
|
esac
|
|
AC_SUBST(WINCE_STUB_LIBS)
|