summaryrefslogtreecommitdiff
path: root/site/powerpc-common
AgeCommit message (Collapse)AuthorFiles
2009-12-09site/: Change the db_cv_mutex site defaults for dbBrian Pomerantz1
The rpm build is failing on the internal db3 build because it thinks db_cv_mutex=no is telling it that "no" is the mutext type. Setting this to proper values for the platforms that didn't have them set already should fix the rpm builds. Signed-off-by: Brian Pomerantz <bapper@mvista.com>
2009-08-19site/common-linux: centralize bash configure varsMichael Smith1
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-Solenikov1
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 Rini1
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 Purdie1
entry
2008-03-18site/powerpc-common: Add va_copy entriesRichard Purdie1
2008-03-10powerpc-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6Jeremy Laine1
2007-05-17site: Update the site files to handle glibc having sys_siglist while uclibcJamie Lenehan1
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 Koroneos1
Still needs work, especially uclibc part