]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
expect: fix toolchain build on arm.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Jun 2016 14:02:34 +0000 (16:02 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 11 Jun 2016 14:02:34 +0000 (16:02 +0200)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/expect

index 5e5c7a6ed9d57d18c8854311209f12e0ab50ffd9..93d6fe6e6aa3768cedd67f8871ac2eef1f2172c1 100644 (file)
@@ -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 \