Restructure liarc to use shell scripts to compile and link its C
authorChris Hanson <org/chris-hanson/cph>
Wed, 9 May 2007 02:06:22 +0000 (02:06 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 9 May 2007 02:06:22 +0000 (02:06 +0000)
commitcb172922e50c606a4db248618674cfffa00e688f
tree9ee61e7ce8ebf3f345a18ea773760e1c234a1c36
parent25afb2ee46d362eb458b99c2598d5a67030622f4
Restructure liarc to use shell scripts to compile and link its C
output files.  These scripts are customized by the microcode's
configure script to have the right invocations.  Removing this
knowledge from the compiler eliminates redundancy.
v7/src/Setup.sh
v7/src/compiler/machines/C/compiler.pkg
v7/src/compiler/machines/C/ctop.scm
v7/src/configure.ac
v7/src/microcode/configure.ac
v7/src/microcode/liarc-cc.in [new file with mode: 0755]
v7/src/microcode/liarc-ld.in [new file with mode: 0644]
v7/src/microcode/makegen/Makefile.in.in