summaryrefslogtreecommitdiffstats
path: root/meta/site/powerpc-linux
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-22 04:17:03 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:56:51 +0100
commitb42372a4145d9d172ae8024016e63b77aefe2d27 (patch)
tree5c549576e074778c7cdf62df6ee14e6ef10093f7 /meta/site/powerpc-linux
parent69c0b3502014f4be8cb3ef4da540505f00e4b1a0 (diff)
downloadpoky-b42372a4145d9d172ae8024016e63b77aefe2d27.tar.gz
site/powerpc*-linux: refactor needed options that are common
Pulled common options that are needed for powerpc64-linux to build out of powerpc32-linux and put them into powerpc-linux. (From OE-Core rev: d5a42bb0382243d12388a0e0b18461c58d12c60e) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/powerpc-linux')
-rw-r--r--meta/site/powerpc-linux24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/site/powerpc-linux b/meta/site/powerpc-linux
index e69de29bb2..9498b8acc1 100644
--- a/meta/site/powerpc-linux
+++ b/meta/site/powerpc-linux
@@ -0,0 +1,24 @@
1ac_cv_func_getpgrp_void=yes
2ac_cv_func_setpgrp_void=yes
3ac_cv_func_setgrent_void=yes
4ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
5ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
6
7# bash
8bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
9
10# startup-notification
11lf_cv_sane_realloc=yes
12
13# flex
14ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
15ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
16
17# glib
18glib_cv_stack_grows=${glib_cv_stack_grows=no}
19glib_cv_uscore=${glib_cv_uscore=no}
20ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
21
22# popt/rpm
23ac_cv_va_copy=${ac_cv_va_copy=yes}
24ac_cv___va_copy=${ac_cv___va_copy=yes}