[Bug 220024] head -r319991 clang powerpc64 and powerpc toolchains (cross build target): boot1.o: In function `fsread_size': undefined reference to `__udivdi3' (INO64 involved)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jun 17 03:44:56 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220024
--- Comment #6 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Mark Millard from comment #5)
Konstantin Belousov has reported on the lists
that the mix of ino_t (64-bit) and 32-bit ino
types should be fine for this ufs context, mostly
due to ufs being limited to 32 bit inodes in the
first place.
So if the __udivddi3 is supplied so that the
linking can complete for building boot1.elf
via clang then the result should be okay.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list