aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-05-28 09:35:55 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-05-28 09:35:55 -0600
commit0b783a2adbfc5802fefc282b7c7cd12478cd0842 (patch)
tree6a60e1a4e5f53aa2078c7ccb0dc8ac8c78fff017 /configure
parentd5a851e5a1f7322ccdc06e9c19a0deee2675098e (diff)
regenerated
Change-Id: I89bd6b60927b7cffab2cb5672ec46a24e6fb7e53
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure49
1 files changed, 3 insertions, 46 deletions
diff --git a/configure b/configure
index 079678a8..1b538a4b 100755
--- a/configure
+++ b/configure
@@ -585,7 +585,6 @@ ac_unique_file="cbuild2.sh"
ac_subst_vars='LTLIBOBJS
LIBOBJS
MAKEINFO
-NEWWORKDIR
DEJAGNU
LIBTOOL
AUTOMAKE
@@ -613,6 +612,7 @@ BUILDHOST
BUILD_ARCH
KERNEL
LIBC
+CORES
CPUS
DBHOST
DBPASSWD
@@ -3066,6 +3066,8 @@ DBHOST=${dbhost}
CPUS="`getconf _NPROCESSORS_ONLN`"
+CORES="`grep cores /proc/cpuinfo | tail -1 | cut -d ' ' -f 3`"
+
LIBC="`getconf GNU_LIBC_VERSION`"
KERNEL="`uname -r`"
@@ -3939,51 +3941,6 @@ $as_echo "$as_me: WARNING: You should install dejagnu so you can run tests" >&2;
missing="${missing} dejagnu"
fi
-# Extract the first word of "git-new-workdir", so it can be a program name with args.
-set dummy git-new-workdir; ac_word=$2
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
-$as_echo_n "checking for $ac_word... " >&6; }
-if ${ac_cv_path_NEWWORKDIR+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- case $NEWWORKDIR in
- [\\/]* | ?:[\\/]*)
- ac_cv_path_NEWWORKDIR="$NEWWORKDIR" # Let the user override the test with a path.
- ;;
- *)
- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-for as_dir in $PATH
-do
- IFS=$as_save_IFS
- test -z "$as_dir" && as_dir=.
- for ac_exec_ext in '' $ac_executable_extensions; do
- if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
- ac_cv_path_NEWWORKDIR="$as_dir/$ac_word$ac_exec_ext"
- $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
- break 2
- fi
-done
- done
-IFS=$as_save_IFS
-
- ;;
-esac
-fi
-NEWWORKDIR=$ac_cv_path_NEWWORKDIR
-if test -n "$NEWWORKDIR"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NEWWORKDIR" >&5
-$as_echo "$NEWWORKDIR" >&6; }
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-fi
-
-
-if test x"${NEWWORKDIR}" = x; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: You need to install git-new-workdir to use GIT!" >&5
-$as_echo "$as_me: WARNING: You need to install git-new-workdir to use GIT!" >&2;}
-# missing="${missing} git-new-workdir"
-fi
# Extract the first word of "makeinfo", so it can be a program name with args.
set dummy makeinfo; ac_word=$2