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/>
References:  <bug-246092-25139@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246092

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

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

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

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



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