build_cross_tools: Touch configure scripts so the Makefiles don't regenerate them.

This commit is contained in:
waddlesplash
2018-08-27 19:06:22 -04:00
parent fee62e6a6e
commit 2cf7d49495
+5
View File
@@ -141,6 +141,11 @@ fi
# to the VCS).
find "$binutilsSourceDir" "$gccSourceDir" -name \*.info -print0 | xargs -0 touch
# touch all configure files in order to avoid them being auto-rebuilt,
# as this often fails because the host system does not have the exact
# version of autofools that GCC wants
find "$binutilsSourceDir" "$gccSourceDir" -name configure -print0 | xargs -0 touch
# create the object and installation directories for the cross compilation tools
objDir="${installDir}-build"
binutilsObjDir="$objDir/binutils"