mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
2 lines
95 B
Plaintext
2 lines
95 B
Plaintext
PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
|