1 : lynxos.ppc cc wrapper with -mshared default : 2005-06-01 :
6 *" -dumpmachine "*) echo $HOSTTYPE; exit ;;
20 *.[cChHiI]|*.[cChHiI][pPxX][pPxX])
21 set . -D__NO_INCLUDE_WARN__ -I/sys/include/kernel -I/sys/include/family/ppc "$@"
42 set . -L/lib/shlib "$@"
61 set . -L/lib/shlib "$@"
78 n) specs=/tmp/cc$$.specs
79 trap 'status=$?; rm -f $specs; exit $status' 0 1 2
80 echo '*link: %{shared:-shared} %{static:-static} %{mshared|shared: %{static: %eerror: -shared and -static may not be combined. }}' > $specs
81 $cc -specs=$specs -mshared "$@"