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: e218bb48aa439f019d0bff9e0649e672e3e76f9a (plain)
1
PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`