mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 17:28:24 +00:00
2 lines
95 B
Plaintext
2 lines
95 B
Plaintext
PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
|