commit | 98982f627e3794c5c68a412be17e4eacc11cf0bf | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Mar 17 10:14:25 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 17 10:14:25 2016 -0400 |
tree | 18eecc509ae480d39478ff071de59d6694c1894e | |
parent | 2a0b94c5e2d9523b8e10254f428a1db2a64fbe36 [diff] |
cmd_dhry.c: Use lldiv for vax_mips calculation as well Since dhry_per_sec is a u64 we must also use lldiv here when working with it. Otherwise: ../lib/dhry/cmd_dhry.c:(.text.do_dhry+0xd8): undefined reference to `__udivdi3' On some platforms. Signed-off-by: Tom Rini <trini@konsulko.com>