summaryrefslogtreecommitdiff
path: root/site/ix86-common
AgeCommit message (Collapse)AuthorFiles
2009-12-12ix86-common: Cache ac_cv_ispeed_offsetKhem Raj1
* Fixes PR 5320 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-10-16mono-2.4.2.3: Fix compilation issues.Khem Raj1
* Disable parallel make, mono does not like it. * Add a patch to get mono cross compile for x86 target. * add mono_cv_sizeof_sunpath to site files, becasue previously it was called cv_mono_sizeof_sunpath Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-09enca_1.9.bb: remove unused configure test which is bound to fail.Graham Gower1
Enca's configure will fail on everything not arm or ix86. Signed-off-by: Graham Gower <graham.gower@gmail.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-08-17site/ix86-common: fix grave bug in ac_cv_sizeof_unsigned_charRoman I Khimov1
ac_cv_sizeof_unsigned_char definition accidentally redefines ac_cv_sizeof_unsigned_int to 1. Luckily, not many packages are using that but for example it completely breakes gnutls. Fix that. Acked-by: Holger Freyther <zecke@selfish.org>
2008-03-06ix86-common: added ac_cv_func_posix_getgrgid_r=yes required by glib 2.15.6Marcin Juszkiewicz1
2007-10-19site/ix86-common: removed repeated entry for ac_cv_linux_versMarcin Juszkiewicz1
2007-09-06site/ix86-common : Add a def for libpcapStelios Koroneos1
2007-09-02site: Sync with PokyRichard Purdie1
2007-08-20site/ix86-common: added glib_cv_sizeof_system_thread definition to get glib ↵Marcin Juszkiewicz1
1.2 built
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-03-20site/ix86-common: Add enca bitsFlorian Boor1
2007-02-20site/ix86-common: Add ac_cv_sizeof_long_pStelios Koroneos1
2007-01-06site/ix86-linux: add ac_cv_sizeof_off_t to get mysql-native build - part of ↵Marcin Juszkiewicz1
#1743
2006-12-07site/ix86-common: added apr_cv_tcp_nodelay_with_cork to get apr 1.2.7 built ↵Marcin Juszkiewicz1
(copied from powerpc-linux)
2006-11-25site/: Correct db_cv_mutex for x86_64, add some entries to ix86-common for ↵Richard Purdie1
qemux86 (from poky)
2006-11-14site infrastructure changes: Allow more than one file per target so common ↵Richard Purdie1
files can be created. Add a new class to handle this. Based on the work of Jamie Lenehan, with changes from me. This commit creates a common x86 file and the arm configs are merged but much work still remains.