Page MenuHomeFreeBSD

Only gnu/lib/csu when MK_BSD_CRTBEGIN is off
ClosedPublic

Authored by andrew on Dec 4 2018, 10:56 AM.
Tags
None
Referenced Files
F150250705: D18428.diff
Mon, Mar 30, 3:28 PM
F150225963: D18428.diff
Mon, Mar 30, 10:12 AM
Unknown Object (File)
Wed, Mar 25, 3:56 AM
Unknown Object (File)
Tue, Mar 24, 8:51 AM
Unknown Object (File)
Mon, Mar 23, 6:45 PM
Unknown Object (File)
Sun, Mar 22, 10:31 AM
Unknown Object (File)
Sun, Mar 22, 4:48 AM
Unknown Object (File)
Fri, Mar 20, 9:18 AM
Subscribers

Details

Summary

I expect this will fix bug 233733, however have been unable to reproduce.

PR: 233733

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21355
Build 20682: arc lint + arc unit

Event Timeline

Yes we should build only one or the other and _startup_libs reaching into gnu/lib/csu directly bypassed the ${MK_BSD_CRTBEGIN} test in gnu/lib/Makefile.

This revision is now accepted and ready to land.Dec 4 2018, 2:23 PM
This revision was automatically updated to reflect the committed changes.