comparison ctobin @ 105:43cc42df26cc

Various compiler improvements
author Mike Pavone <pavone@retrodev.com>
date Tue, 24 Aug 2010 23:22:17 -0400
parents dbe95bfec970
children e556416e9c91
comparison
equal deleted inserted replaced
103:7428aa5d6ade 105:43cc42df26cc
16 16
17 if test -z $CC; then 17 if test -z $CC; then
18 CC="gcc" 18 CC="gcc"
19 fi 19 fi
20 20
21 echo "$CC -o $bin $2 $1.c blueprint.c context.c fixed_alloc.c object.c"
21 $CC -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c 22 $CC -o $bin $2 "$1.c" blueprint.c context.c fixed_alloc.c object.c
22 23
23 cd .. 24 cd ..
24 25