1 : lynxos.i386 cc wrapper with -dynamic default : 2005-02-14 :
6 *" -dumpmachine "*) echo $HOSTTYPE; exit ;;
20 *.[cChHiI]|*.[cChHiI][pPxX][pPxX])
21 set . -D__NO_INCLUDE_WARN__ -I/sys/include/kernel -I/sys/include/family/x86 "$@"
38 set . -L/lib/shlib "$@"
57 set . -L/lib/shlib "$@"
74 n) specs=/tmp/cc$$.specs
75 trap 'status=$?; rm -f $specs; exit $status' 0 1 2
76 echo '*link: %{shared:-shared} %{static:-static} %{mshared|shared: %{static: %eerror: -shared and -static may not be combined. }}' > $specs
77 $cc -specs=$specs "$@"