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)
Dec 31 2023, 8:07 AM
Unknown Object (File)
Dec 23 2023, 2:44 AM
Unknown Object (File)
Nov 7 2023, 3:44 PM
Unknown Object (File)
Aug 26 2023, 10:14 PM
Unknown Object (File)
Aug 8 2023, 6:56 AM
Unknown Object (File)
Aug 8 2023, 6:53 AM
Unknown Object (File)
Aug 8 2023, 6:36 AM
Unknown Object (File)
Aug 5 2023, 9:04 AM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32997
Build 30386: arc lint + arc unit

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.