On Mon, Feb 12, 2018 at 12:10 PM, Khem Raj wrote:
> On Mon, Feb 12, 2018 at 1:41 AM, Sean Nyekjaer
> wrote:
>> coreutils configure script needs to know whether /proc/uptime is
>> available, but this is not possible in a cross-compilation
>> context. This leads to an uptime program that fails to
On Mon, Feb 12, 2018 at 1:41 AM, Sean Nyekjaer wrote:
> coreutils configure script needs to know whether /proc/uptime is
> available, but this is not possible in a cross-compilation
> context. This leads to an uptime program that fails to work on the
> target, as it has been compiled without /proc
coreutils configure script needs to know whether /proc/uptime is
available, but this is not possible in a cross-compilation
context. This leads to an uptime program that fails to work on the
target, as it has been compiled without /proc/uptime reading support.
This commit fixes that by telling cor