Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
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>
|
|
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>
|
|
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.
|
|
entry
|
|
|
|
|
|
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.
|
|
Still needs work, especially uclibc part
|