[Bug 233740] x11/pixman: LLD relocation errors on armv7
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233740 --- Comment #7 from Ed Maste <[email protected]> --- 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 does by default). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"