summaryrefslogtreecommitdiff
path: root/baserock-bootstrap
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-23 16:05:24 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-23 16:05:24 +0000
commit0e77b3107ff0b3cb8a7e4f717ad88eaaef4b1a1b (patch)
tree7143f42d8913cf074b9b7b08573834189e996fda /baserock-bootstrap
parentca211d19255d5f25e2507bee77e574d9d3a09e14 (diff)
downloadmorph-0e77b3107ff0b3cb8a7e4f717ad88eaaef4b1a1b.tar.gz
Do not change the arch tuples willy-nilly
Diffstat (limited to 'baserock-bootstrap')
-rwxr-xr-xbaserock-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock-bootstrap b/baserock-bootstrap
index f25b96f2..e6a05620 100755
--- a/baserock-bootstrap
+++ b/baserock-bootstrap
@@ -12,7 +12,7 @@ SNAPSHOT="$1"
JOBS=6
export LC_ALL=C
-export LFS_TGT=$(uname -m)-baserock-linux-gnu
+export LFS_TGT=$(uname -m)-lfs-linux-gnu
export PATH="$tools/bin:$tools/sbin:/usr/lib/ccache:/usr/bin:/bin"
HOST_MKDIR=/bin/mkdir