newlib-cygwin/libgloss/wince/acinclude.m4
Mike Frysinger f9dc151186 libgloss: merge wince configure script up a level
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.
2022-02-17 20:35:32 -05:00

5 lines
117 B
Text

WINCE_STUB_LIBS=
case "${target}" in
*arm*-wince-pe) WINCE_STUB_LIBS='-lsslsock' ;;
esac
AC_SUBST(WINCE_STUB_LIBS)