No consumers appear to require LDFLAGS at this time as only -fstack-protector is passed by default.
Details
Details
- Reviewers
- None
- Group Reviewers
rust O5: Ports Framework (Owns No Changed Paths) portmgr - Commits
- rP486769: USES=cargo to convert LDFLAGS into RUSTFLAGS
All consumers built fine (tested together with D18427).
Diff Detail
Diff Detail
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 20879 Build 20252: arc lint + arc unit
Event Timeline
Mk/Uses/cargo.mk | ||
---|---|---|
71 | Should -C link-arg=* be before or after RUSTFLAGS (from environment or set by port)? |
Mk/Uses/cargo.mk | ||
---|---|---|
71 | What does the extra : at the end do?
I don't think the order matters much since no port sets any -C link-arg in RUSTFLAGS. With this in place ports should manipulate LDFLAGS over RUSTFLAGS anyway. |