9 if gcc
-arch $arch -Os $file $ldflags -DLIBNAME=$name
18 echo "$FILE failed to compile"
22 INSTALLED
=/usr
/local
/lib
/system
/libcompiler_rt.a
24 for ARCH
in i386 x86_64
; do
25 for FILE
in $
(ls *.c
); do
27 echo "Timing $FILE for $ARCH"
29 test $ARCH $FILE libgcc
""
30 test $ARCH $FILE tuned ..
/..
/darwin_fat
/Release
/libcompiler_rt.a
31 if [ -f "$INSTALLED" ]; then
32 test $ARCH $FILE installed
$INSTALLED