2
0
mirror of https://frontier.innolan.net/github/amigaos-binutils.git synced 2025-11-21 23:10:00 +00:00
Files
amigaos-binutils/config/mh-sparcpic
2006-03-15 23:16:57 +00:00

2 lines
95 B
Plaintext

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