From d81584556c99356f42d30c87f9b87989f7653987 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 27 Jan 2018 20:31:58 +0100 Subject: added stage 1: preparing the i486 chroot --- build_cross.sh | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'build_cross.sh') diff --git a/build_cross.sh b/build_cross.sh index 997d68e..f40ce98 100755 --- a/build_cross.sh +++ b/build_cross.sh @@ -1,5 +1,7 @@ #!/bin/sh +. "./default.conf" + # Prepare the cross-compiler for the destination platform, in our # case i486. @@ -17,6 +19,7 @@ if test ! -f /etc/sudoers.d/cross; then fi if test ! -x /usr/local/bin/ct-ng; then + echo "Installing crosstool-ng:" su - cross <