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