Initial revision

This commit is contained in:
ceriel
1988-02-18 09:48:35 +00:00
parent ae89bfcccc
commit fc39acfceb
3 changed files with 46 additions and 0 deletions

6
mach/arm/libcc/compmodule Executable file
View File

@@ -0,0 +1,6 @@
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.s
else
exit 1
fi