From: Arne Fitzenreiter Date: Sat, 11 Jun 2016 14:02:34 +0000 (+0200) Subject: expect: fix toolchain build on arm. X-Git-Tag: v2.19-core103~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45b0b91e76158419cc4045d2cb604987f60b3605;p=ipfire-2.x.git expect: fix toolchain build on arm. Signed-off-by: Arne Fitzenreiter --- 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 \