]> git.ipfire.org Git - thirdparty/gcc.git/blob - config/mh-sparcpic
Fix typo in docs.
[thirdparty/gcc.git] / config / mh-sparcpic
1 PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`