mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-24 23:14:14 +00:00
9 lines
152 B
Text
Executable file
9 lines
152 B
Text
Executable file
: linux.i386-64 cc wrapper : 2006-02-14 :
|
|
|
|
HOSTTYPE=linux.i386-64
|
|
|
|
case " $* " in
|
|
*" -dumpmachine "*) echo $HOSTTYPE; exit ;;
|
|
esac
|
|
|
|
/usr/bin/cc -P "$@"
|