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

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