[Bug 246092] devel/llvm90: make ELFv2 default if --target doesn't contain OS version

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri May 1 13:10:19 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246092

--- Comment #2 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 213994
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=213994
v1

> ++      if (TT.getOSMajorVersion() == 0 || TT.getOSMajorVersion() >= 13)

Alternatively, target ELF version can be derived from host (on powerpc64) via
_CALL_ELF predefined macro.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ppc mailing list