Page MenuHomeFreeBSD

graphics/libGL: use standard -L linker flag
AbandonedPublic

Authored by emaste on Jan 2 2017, 2:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 10 2024, 2:07 AM
Unknown Object (File)
Dec 3 2023, 1:31 AM
Unknown Object (File)
Aug 19 2023, 2:19 AM
Unknown Object (File)
Jul 6 2023, 7:26 AM
Unknown Object (File)
May 15 2023, 3:11 PM
Unknown Object (File)
May 5 2023, 1:42 PM
Unknown Object (File)
Apr 26 2023, 3:58 PM
Unknown Object (File)
Jan 5 2017, 9:02 AM
Subscribers
None

Details

Reviewers
zeising
kwm
Summary

LLD does not implement -Y, which is documented as "for Solaris compatibility" in the GNU ld man page.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to graphics/libGL: use standard -L linker flag.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: kwm, zeising.

Sorry for the wait, this doesn't apply anymore. Somewhere before the great reshuffle of the mesa ports into mesa-dri and mesa-libs the -Wl,-Y got removed. So this patch is no longer needed.

No longer relevant, thanks for the update @kwm