aboutsummaryrefslogtreecommitdiffstats
path: root/site/x86_64-linux
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-08-17 18:18:39 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-19 17:44:05 -0400
commit29f099ea70301ec0eb672d5e9b0d0ed36ee015f9 (patch)
treea1e604e6e2ca5caa64faccbcf0460f80cb64b639 /site/x86_64-linux
parent1d18a758253872ef641a7c3d33afdd2f928444cf (diff)
downloadopenembedded-29f099ea70301ec0eb672d5e9b0d0ed36ee015f9.tar.gz
site/common-linux: centralize bash configure vars
If the other site files are accurate, almost all of the bash vars are universal across Linux. Did this to fix bash on x86_64. Also bump bash PRs to help track breakage later. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'site/x86_64-linux')
-rw-r--r--site/x86_64-linux4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/x86_64-linux b/site/x86_64-linux
index 83d1511552..9180cd6e7c 100644
--- a/site/x86_64-linux
+++ b/site/x86_64-linux
@@ -25,7 +25,6 @@ ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=8}
ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=8}
ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
-bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'}
db_cv_align_t=${db_cv_align_t='unsigned long long'}
db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
@@ -93,3 +92,6 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
# p3scan / quagga
ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
+
+# bash
+bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=present}