Page MenuHomeFreeBSD

comms/flrig: fix build on powerpc64
ClosedPublic

Authored by pkubaj on May 9 2019, 8:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 4, 9:34 PM
Unknown Object (File)
Thu, Oct 3, 1:03 PM
Unknown Object (File)
Tue, Oct 1, 5:19 PM
Unknown Object (File)
Tue, Oct 1, 4:50 PM
Unknown Object (File)
Sun, Sep 29, 4:25 PM
Unknown Object (File)
Sat, Sep 28, 3:37 PM
Unknown Object (File)
Fri, Sep 27, 1:26 PM
Unknown Object (File)
Tue, Sep 24, 7:37 AM
Subscribers
None

Details

Summary

Add -mminimal-toc to CFLAGS on powerpc64 to fix linking:
/usr/bin/ld: rigs/flrig-TS950.o(.text+0x1c40): sibling call optimization to _ZN7rigbaseD2Ev' does not allow automatic multiple TOCs; recompile with -mminimal-toc or -fno-optimize-sibling-calls, or make _ZN7rigbaseD2Ev' extern

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 10 2019, 4:33 AM
This revision was automatically updated to reflect the committed changes.