summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-06-23 10:53:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-06-23 10:55:23 +0200
commit553e0fea17507633ee53e9e0b1d3da67bcf0b3ab (patch)
tree91c9d92cf1328ca52413e4612892db43736a19fe
parent8d9791d66934dc3eb1f9c393c83b1227c207ab1d (diff)
downloadptxdist-553e0fea17507633ee53e9e0b1d3da67bcf0b3ab.tar.gz
ptxdist-553e0fea17507633ee53e9e0b1d3da67bcf0b3ab.tar.xz
ptxdist: initialize the toolchain for 'kernelconfig' etc.
This is necessary to build all dependencies. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xbin/ptxdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 638827ea7..feac226e2 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -1436,7 +1436,7 @@ do_config()
ptxd_dialog_infobox "${PTXDIST_LOG_PROMPT}Checking dependencies. This may take some seconds." &&
- check_premake &&
+ check_premake_compiler &&
ptxd_make "${part}_${config}"
;;
esac