diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-09-19 01:48:38 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-09-19 03:14:31 +0200 |
commit | 77347b0bcedccff50b290ec5f5039bef1725ce5d (patch) | |
tree | b101d6a86f78cf7214cba04552237d1de06b8fab /configure.in | |
parent | 144d22dd8f10cb58e503cca16efdfa009e58d402 (diff) |
Forward the num-cpus and max-jobs switches to the (cross) build configure.
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index fb9b028e95ad..16897b2f7209 100755 --- a/configure.in +++ b/configure.in @@ -2119,6 +2119,8 @@ if test "$cross_compiling" = "yes"; then --disable-mozilla \ --disable-build-mozilla \ --disable-zenity \ + --with-num-cpus="$with_num_cpus" \ + --with-max-jobs="$with_max_jobs" \ $sub_conf_opts \ 2>&1 | sed -e 's/^/ /' test -f ./Env.Host.sh 2>/dev/null || exit |