mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
9 lines
138 B
Text
Executable file
9 lines
138 B
Text
Executable file
: OpenBSD cc wrapper
|
|
|
|
HOSTTYPE=openbsd.generic
|
|
|
|
case " $* " in
|
|
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|
esac
|
|
|
|
exec /usr/bin/cc -P "$@"
|