aboutsummaryrefslogtreecommitdiff
path: root/unix/boot/spp/rpp/ratlibc/mkpkg.sh
blob: 8159d992d3f96166c59345c0bfa89697cead62b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Host system interface for the RPP program.

$CC -c -g $HSI_CF	cant.c close.c endst.c getarg.c getlin.c initst.c open.c\
		putch.c putlin.c r4tocstr.c remark.c

ar rv		libc.a *.o
$RANLIB		libc.a
mv -f		libc.a ..
rm		*.o