aboutsummaryrefslogtreecommitdiffstats
path: root/site/powerpc-common
AgeCommit message (Collapse)Author
2011-02-01site info: Move ac_cv_conv_longlong_to_float to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-01site infos: Move ac_cv_sys_restartable_syscalls to common-linuxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-12site/powerpc-common: Drop ac_cv_func_dlopenTom Rini
This is something that can be done at compile time and more importantly was set wrong (this should be no and then another one yet for getting -ldl, but that also wouldn't live in the -common one). Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-11-29powerpc-common: Cache alignof variables for postgresqlKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-11-15powerpc-common: Fix ac_cv_sizeof_ptrdiff_t sizeTom Rini
This was set to 0 originally but should be 4. No idea how modphp built with this originally. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2009-12-09site/: Change the db_cv_mutex site defaults for dbBrian Pomerantz
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 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