10 lines
138 B
Plaintext
Executable File
10 lines
138 B
Plaintext
Executable File
: FreeBSD cc wrapper
|
|
|
|
HOSTTYPE=freebsd.generic
|
|
|
|
case " $* " in
|
|
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|
esac
|
|
|
|
exec /usr/bin/cc -P "$@"
|