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/armeb-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/armeb-linux')
-rw-r--r-- | meta/site/armeb-linux | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/site/armeb-linux b/meta/site/armeb-linux index 452e3abbf7..6631ee0cfb 100644 --- a/meta/site/armeb-linux +++ b/meta/site/armeb-linux | |||
@@ -16,6 +16,9 @@ ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2} | |||
16 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} | 16 | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4} |
17 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} | 17 | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4} |
18 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} | 18 | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8} |
19 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} | ||
20 | ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4} | ||
21 | ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4} | ||
19 | 22 | ||
20 | ac_cv_sys_restartable_syscalls=yes | 23 | ac_cv_sys_restartable_syscalls=yes |
21 | ac_cv_uchar=${ac_cv_uchar=no} | 24 | ac_cv_uchar=${ac_cv_uchar=no} |
@@ -25,8 +28,6 @@ ac_cv_ushort=${ac_cv_ushort=yes} | |||
25 | 28 | ||
26 | mr_cv_target_elf=${mr_cv_target_elf=yes} | 29 | mr_cv_target_elf=${mr_cv_target_elf=yes} |
27 | 30 | ||
28 | ac_cv_c_littleendian=${ac_cv_c_littleendian=no} | ||
29 | ac_cv_c_bigendian=${ac_cv_c_bigendian=yes} | ||
30 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} | 31 | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} |
31 | 32 | ||
32 | # apache | 33 | # apache |
@@ -57,6 +58,7 @@ nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no} | |||
57 | 58 | ||
58 | # libnet | 59 | # libnet |
59 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=big} | 60 | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=big} |
61 | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes} | ||
60 | 62 | ||
61 | # screen | 63 | # screen |
62 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} | 64 | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} |