Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 May 2020 13:10:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        powerpc@FreeBSD.org
Subject:   [Bug 246092] devel/llvm90: make ELFv2 default if --target doesn't contain OS version
Message-ID:  <bug-246092-25139-aSciMWA2iu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246092-25139@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #2 from Jan Beich <jbeich@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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246092-25139-aSciMWA2iu>