aboutsummaryrefslogtreecommitdiffstats
path: root/site/powerpc-common
AgeCommit message (Collapse)Author
2009-08-19site/common-linux: centralize bash configure varsMichael Smith
If the other site files are accurate, almost all of the bash vars are universal across Linux. Did this to fix bash on x86_64. Also bump bash PRs to help track breakage later. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Tom Rini <trini@embeddedalley.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-04-23site/powerpc-common: add ac_cv_va_val_copy resultDmitry Eremin-Solenikov
On powerpc it's not posible to assign va_arg by value, so cache ac_cv_va_val_copy=no Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2008-11-26samba, samba-essential: Move IFACE related autoconf variables to ↵Tom Rini
common-linux site file. As reported by me in bug 4854, the IFACE autoconf variables are found in some, bug not all arch site files, but these are really common linux variables and as such, should be in common-linux. Bump PR as there is a change here in some arches.
2008-03-19site/powerpc-common: Add va_copy entry for dpkg, fix other incorrect va_copy ↵Richard Purdie
entry
2008-03-18site/powerpc-common: Add va_copy entriesRichard Purdie
2008-03-10powerpc-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6Jeremy Laine
2007-05-17site: Update the site files to handle glibc having sys_siglist while uclibcJamie Lenehan
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc but not for anything else. Uclibc says it'll go away in uclibc soon and so shouldn't be used.
2007-04-29site/powerpc-common: Add a common site fike for powerpc archStelios Koroneos
Still needs work, especially uclibc part