Welcome to mirror list, hosted at ThFree Co, Russian Federation.

acinclude.m4 « wince « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 047a66a3992acf24ffb4c8c3c187eda8fbaf61dc (plain)
1
2
3
4
5
WINCE_STUB_LIBS=
case "${target}" in
  *arm*-wince-pe) WINCE_STUB_LIBS='-lsslsock' ;;
esac
AC_SUBST(WINCE_STUB_LIBS)