Another major refactoring, to split up cross host/target.
authorChris Hanson <org/chris-hanson/cph>
Thu, 18 Oct 2018 08:25:27 +0000 (01:25 -0700)
committerChris Hanson <org/chris-hanson/cph>
Thu, 18 Oct 2018 08:25:27 +0000 (01:25 -0700)
commit75143d4bd2d5322d2480b1315c5c4b42091ffb95
tree1c2ab2062df5050afff162a9608a2851d6977ff1
parent3c1ec33b4f9176914dd6d7f7d8e7cbc6377af0f0
Another major refactoring, to split up cross host/target.

Primary testing so far is for SVM.  To build SVM from 9.2 x86-64, do the
following:

1. Generate a new build with an SVM compiler:
     ./configure --with-compiler-target=svm
     make

2. Create a second build configured with:
     ./configure --enable-native-code=svm --enable-cross-compiling
     make
     make cross-target
src/Makefile.in
src/configure.ac