libc/config/mh-sparcpic

2 lines
95 B
Plaintext

PICFLAG=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`