From 41c0070beaf1b7c0c1d8d74f8e7727021001b9a9 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 13 Oct 2013 01:03:15 -0700 Subject: [PATCH] Fix LIAR/svm build to cross from 9.1.1. As for LIAR/C, do not cross compile host .bins containing sequence-3s. Chuck them to STAGEX/ and re-syntax with cross runtime. And syntax compiler/base/crsend AFTER said chucking. --- src/etc/compile-svm.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/etc/compile-svm.sh b/src/etc/compile-svm.sh index 8929ba270..c6e43009b 100755 --- a/src/etc/compile-svm.sh +++ b/src/etc/compile-svm.sh @@ -63,9 +63,7 @@ echo "" echo "# `date`: Re-syntax cross-compiler using x-runtime.com." run_cmd_in_dir compiler \ "${@}" --batch-mode --library ../lib --band x-runtime.com <