diff options
author | Richard Purdie <richard@openedhand.com> | 2006-11-21 14:34:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-11-21 14:34:40 +0000 |
commit | 634232e6966404641d838fe744c8c1bf8297a664 (patch) | |
tree | e279222cc00a171bf39691b70ca46403f5c0538b /meta/site/x86_64-linux | |
parent | 4c9521de57092b816a332a1801ab625182a58371 (diff) | |
download | poky-634232e6966404641d838fe744c8c1bf8297a664.tar.gz |
Site file handling update: Instead of one site file per target, allow entries to be shared. Handled through siteinfo.bbclass
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@931 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/site/x86_64-linux')
-rw-r--r-- | meta/site/x86_64-linux | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/site/x86_64-linux b/meta/site/x86_64-linux index 375ad20754..1453a86b76 100644 --- a/meta/site/x86_64-linux +++ b/meta/site/x86_64-linux | |||
@@ -1,4 +1,3 @@ | |||
1 | ac_cv_c_bigendian=${ac_cv_c_bigendian=no} | ||
2 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} | 1 | ac_cv_func_getpgrp_void=${ac_cv_func_getpgrp_void=yes} |
3 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} | 2 | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes} |
4 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} | 3 | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes} |
@@ -11,6 +10,7 @@ ac_cv_func_setvbuf_reversed=${ac_cv_func_setvbuf_reversed=no} | |||
11 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} | 10 | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no} |
12 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} | 11 | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no} |
13 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} | 12 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil} |
13 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | ||
14 | ac_cv_linux_vers=${ac_cv_linux_vers=2} | 14 | ac_cv_linux_vers=${ac_cv_linux_vers=2} |
15 | ac_cv_need_trio=${ac_cv_need_trio=no} | 15 | ac_cv_need_trio=${ac_cv_need_trio=no} |
16 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 16 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
@@ -29,7 +29,7 @@ bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes} | |||
29 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'} | 29 | db_cv_alignp_t=${db_cv_alignp_t='unsigned long long'} |
30 | db_cv_align_t=${db_cv_align_t='unsigned long long'} | 30 | db_cv_align_t=${db_cv_align_t='unsigned long long'} |
31 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} | 31 | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} |
32 | db_cv_mutex=${db_cv_mutex=x86_64/gcc-assembly} | 32 | db_cv_mutex=${db_cv_mutex=x86_64/gcc-assembly}} |
33 | db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} | 33 | db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} |
34 | db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} | 34 | db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} |
35 | db_cv_path_cp=${db_cv_path_cp=/bin/cp} | 35 | db_cv_path_cp=${db_cv_path_cp=/bin/cp} |
@@ -78,3 +78,6 @@ utils_cv_sys_open_max=${utils_cv_sys_open_max=1015} | |||
78 | 78 | ||
79 | # gettext | 79 | # gettext |
80 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} | 80 | am_cv_func_working_getline=${am_cv_func_working_getline=yes} |
81 | |||
82 | #gcc | ||
83 | ac_cv_lib_m_sin=${ac_cv_lib_m_sin=yes} | ||