From 57444bb38b61d318c03f64947c8af49293da9342 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Oct 2007 11:39:55 +0200 Subject: Adding check to fail if a cross build is started (Closes: #444669, #444670). --- helpers/lh_bootstrap_cache | 3 +++ 1 file changed, 3 insertions(+) (limited to 'helpers/lh_bootstrap_cache') diff --git a/helpers/lh_bootstrap_cache b/helpers/lh_bootstrap_cache index 66f57c203..4efeba398 100755 --- a/helpers/lh_bootstrap_cache +++ b/helpers/lh_bootstrap_cache @@ -33,6 +33,9 @@ Read_conffile config/source Read_conffile "${LH_CONFIG}" Set_defaults +# Check architecture +Check_crossarchitecture + Echo_message "Begin caching bootstrap stage..." for STAGE in ${LH_CACHE_STAGES} -- cgit v1.2.3