Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Dec 2018 17:31:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 233740] x11/pixman: LLD relocation errors on armv7
Message-ID:  <bug-233740-7141-e7RgzzoNUN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233740-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233740-7141@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=3D233740

--- Comment #7 from Ed Maste <emaste@freebsd.org> ---
The error from LLD comes from linking non-PIC asm into a shared object. A
possible workaround is to add -Wl,-znotext to LDFLAGS instead of setting
LLD_UNSAFE, which allows relocations in readonly segments (which GNU ld doe=
s by
default).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233740-7141-e7RgzzoNUN>