Page MenuHomeFreeBSD

Use LDFLAGS with CC instead of _LDFLAGS.
ClosedPublic

Authored by jhb on Feb 21 2017, 9:57 PM.
Tags
None
Referenced Files
F136516268: D9707.id.diff
Tue, Nov 18, 3:32 AM
F136432086: D9707.id25498.diff
Mon, Nov 17, 6:50 PM
F136431558: D9707.id25498.diff
Mon, Nov 17, 6:46 PM
F136400926: D9707.diff
Mon, Nov 17, 3:02 PM
Unknown Object (File)
Sun, Nov 9, 3:14 AM
Unknown Object (File)
Sun, Nov 9, 12:00 AM
Unknown Object (File)
Sat, Nov 8, 11:59 PM
Unknown Object (File)
Sat, Nov 8, 8:03 PM
Subscribers
None

Details

Reviewers
kan
Summary

Use LDFLAGS with CC instead of _LDFLAGS.

This is a followup to r311458. _LDFLAGS is for use with LD, whereas
LDFLAGS is for use with CC.

Test Plan
  • Built mips64 world with external gcc using -mabi=64 in LDFLAGS (but the gcc itself defaulted to o32 as the default ABI).

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 7614
Build 7764: arc lint + arc unit

Event Timeline

jhb retitled this revision from to Use LDFLAGS with CC instead of _LDFLAGS..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: kan.
kan edited edge metadata.
This revision is now accepted and ready to land.Feb 22 2017, 7:28 PM