mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
2 lines
106 B
Plaintext
2 lines
106 B
Plaintext
|
PICFLAG_FOR_TARGET=`case "${LIBCFLAGS} ${LIBCXXFLAGS}" in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
|