From 45b0b91e76158419cc4045d2cb604987f60b3605 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sat, 11 Jun 2016 16:02:34 +0200 Subject: [PATCH] expect: fix toolchain build on arm. Signed-off-by: Arne Fitzenreiter --- lfs/expect | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/expect b/lfs/expect index 5e5c7a6ed9..93d6fe6e6a 100644 --- a/lfs/expect +++ b/lfs/expect @@ -72,6 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) $(DIR_SRC)/tcl* && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/tools \ + --build=$(BUILDTARGET) \ --with-tcl=/tools/lib \ --with-tclinclude=/tools/include \ --with-x=no \ -- 2.39.2