Age | Commit message (Collapse) | Author | Files |
|
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>
|
|
- df can only be build if one of the many statvfs,fsusage
was is present. These tests work by executing a test application
and that is obviously not working out when cross compiling
- all linux (glibc, eglibc, uclibc) should have the bsize in the
struct statvfs... and this will enable the build of df.
|
|
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.
|
|
|