summaryrefslogtreecommitdiffstats
path: root/meta/site/powerpc-linux
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-11-21 14:34:40 +0000
committerRichard Purdie <richard@openedhand.com>2006-11-21 14:34:40 +0000
commit634232e6966404641d838fe744c8c1bf8297a664 (patch)
treee279222cc00a171bf39691b70ca46403f5c0538b /meta/site/powerpc-linux
parent4c9521de57092b816a332a1801ab625182a58371 (diff)
downloadpoky-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/powerpc-linux')
-rw-r--r--meta/site/powerpc-linux3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index 806c011f64..a80866dbd0 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -28,8 +28,6 @@ ac_cv_ushort=${ac_cv_ushort=yes}
28 28
29mr_cv_target_elf=${mr_cv_target_elf=yes} 29mr_cv_target_elf=${mr_cv_target_elf=yes}
30 30
31ac_cv_c_littleendian=${ac_cv_c_littleendian=no}
32ac_cv_c_bigendian=${ac_cv_c_bigendian=yes}
33ac_cv_time_r_type=${ac_cv_time_r_type=POSIX} 31ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
34cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes} 32cookie_io_functions_use_off64_t=${cookie_io_functions_use_off64_t=yes}
35 33
@@ -65,6 +63,7 @@ nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
65 63
66# libnet 64# libnet
67ac_cv_libnet_endianess=${ac_cv_libnet_endianess=big} 65ac_cv_libnet_endianess=${ac_cv_libnet_endianess=big}
66ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
68 67
69# screen 68# screen
70screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no} 69screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}