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, Jul 4, 11:48 PM
Unknown Object (File)
Tue, Jul 1, 4:39 PM
Unknown Object (File)
Fri, Jun 27, 6:15 AM
Unknown Object (File)
Fri, Jun 27, 4:38 AM
Unknown Object (File)
Jun 2 2025, 12:26 AM
Unknown Object (File)
May 10 2025, 4:41 AM
Unknown Object (File)
May 6 2025, 10:51 AM
Unknown Object (File)
May 4 2025, 4:11 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.