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

mh-sparcpic « config - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6dbc22e3ca8f102c8570600a21f05ea9c96a3c7 (plain)
1
PICFLAG=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`