Redesign the liarc compilation strategy again. The new strategy has
authorChris Hanson <org/chris-hanson/cph>
Fri, 8 Jun 2007 06:04:15 +0000 (06:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 8 Jun 2007 06:04:15 +0000 (06:04 +0000)
commit5d60b2f624690123d22daa0561adf2303db7ae71
tree3dc0c309c18913b2ecd110e851ae1ce5e2901004
parent9c0c7d1e8cef138e595a49c07483e39d9f2572b6
Redesign the liarc compilation strategy again.  The new strategy has
two features: (1) it uses a shell script to control the compilation
sequence, rather than trying to get make to do the job; and (2) it
creates the second bootstrap compiler by installing it into a
subdirectory, which isolates it from the state of the build tree.
v7/src/Clean.sh
v7/src/Makefile.in
v7/src/compiler/choose-machine.sh
v7/src/configure.ac
v7/src/etc/build-boot-compiler.sh
v7/src/etc/compile.scm
v7/src/etc/make-liarc.sh [new file with mode: 0755]
v7/src/etc/optiondb.scm
v7/src/etc/utilities.scm
v7/src/microcode/configure.ac