aboutsummaryrefslogtreecommitdiffstats
path: root/site
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2009-08-07 17:17:42 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-19 17:44:01 -0400
commit1d18a758253872ef641a7c3d33afdd2f928444cf (patch)
tree36c5e1858a28743044ed85bf36482b6dee31e4cd /site
parent3bd6ffb5ba47ff8f6ca3d0741a6c7ff2392c4486 (diff)
downloadopenembedded-1d18a758253872ef641a7c3d33afdd2f928444cf.tar.gz
site/x86_64-linux: Add some vars from ix86-common
ix86-common had a few updates in the past couple of years; bring them to x86_64. Some of these could probably be moved to common-glibc. Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'site')
-rw-r--r--site/x86_64-linux13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/x86_64-linux b/site/x86_64-linux
index 3c47a5654f..83d1511552 100644
--- a/site/x86_64-linux
+++ b/site/x86_64-linux
@@ -42,6 +42,8 @@ db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
db_cv_posixmutexes=${db_cv_posixmutexes=no}
db_cv_sprintf_count=${db_cv_sprintf_count=yes}
db_cv_uimutexes=${db_cv_uimutexes=no}
+
+# glib
glib_cv_hasinline=${glib_cv_hasinline=yes}
glib_cv_has__inline=${glib_cv_has__inline=yes}
glib_cv_has__inline__=${glib_cv_has__inline__=yes}
@@ -61,6 +63,8 @@ glib_cv_uscore=${glib_cv_uscore=no}
glib_cv___va_copy=${glib_cv___va_copy=yes}
glib_cv_va_copy=${glib_cv_va_copy=yes}
glib_cv_va_val_copy=${glib_cv_va_val_copy=no}
+ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
+
lftp_cv_va_copy=${lftp_cv_va_copy=yes}
nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
@@ -80,3 +84,12 @@ am_cv_func_working_getline=${am_cv_func_working_getline=yes}
#gcc
ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes}
+
+# eds-dbus
+ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
+
+#dbus
+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}