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