: Run file for recompilation of C compiler
: copy this file into a directory containing the c compiler
:and say
: sh -e floatingc
cc -f -c -O c0[012345].c
cc -f -c -O c1[0123].c
as c1t.s; mv a.out c1t.o
cc cvopt.c
a.out table.s table.i
as table.i; mv a.out table.o
ed c0t.s
g/fpp =/s/0/1/
w
q
/lib/fpsim + c0t.s c0tmod.s
as c0tmod.s; mv a.out c0t.o
cc -f -s -n c0?.o
cp a.out fc0

cc -f -s -n c1?.o table.o
cp a.out fc1

rm *.o table.i a.out
