aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-05-14 16:42:52 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-05-14 16:42:52 +0000
commitc29b13d6486ceb2453f16d17f6cd44af55f706cc (patch)
tree8c200ad2a042abd44134874a5332cafc2ec1184b /configure
parent1ca85d567c8860a8a7cf0730107f4ee701fa4fd0 (diff)
Changes for ffs lib call simplification:
* Check for availability of ffsll call in configure script * Support ffs, ffsl, and ffsll conversion to constant value if the argument is constant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22027 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 948517019d..4948bc61c5 100755
--- a/configure
+++ b/configure
@@ -27227,7 +27227,7 @@ fi
-for ac_func in backtrace getcwd getpagesize getrusage gettimeofday isatty
+for ac_func in backtrace ffsll getcwd getpagesize getrusage gettimeofday
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -27331,7 +27331,8 @@ done
-for ac_func in mkdtemp mkstemp mktemp
+
+for ac_func in isatty mkdtemp mkstemp mktemp
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5