Page MenuHomeFreeBSD

Move -L${LIBCOMPATTMP}/usr/lib${libcompat} from CFLAGS to LDFLAGS.
ClosedPublic

Authored by jhb on Aug 14 2020, 5:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 11, 12:51 PM
Unknown Object (File)
Fri, Aug 28, 6:25 PM
Unknown Object (File)
Fri, Aug 28, 3:30 PM
Unknown Object (File)
Fri, Aug 28, 12:31 AM
Unknown Object (File)
Mon, Aug 24, 5:20 AM
Unknown Object (File)
Fri, Aug 14, 1:47 PM
Unknown Object (File)
Aug 10 2026, 9:02 AM
Unknown Object (File)
Aug 9 2026, 11:41 PM
Subscribers

Details

Summary

This is only needed when linking and fixes various "unused command
line argument" warnings during the lib32 build.

While here, trim a redundant -L from the i386 LD variable.

Obtained from: CheriBSD

Test Plan
  • make tinderbox and verified for amd64 that various warnings about unused arguments disappeared

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Aug 14 2020, 5:29 PM

If it passes universe then +1. I wonder if this was a workaround for bfd or just an old mistake.

This revision is now accepted and ready to land.Aug 14 2020, 10:28 PM

It looks like all of this (putting -L in CFLAGS and an explicit -L (originally a -Y) for the i386 LD all goes back to the original hacks Peter did for lib32 in rS137288.