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
Unknown Object (File)
Tue, Jul 14, 11:19 PM
Unknown Object (File)
Sat, Jul 4, 9:35 PM
Unknown Object (File)
Thu, Jul 2, 11:25 AM
Unknown Object (File)
Sun, Jun 28, 2:58 AM
Unknown Object (File)
Jun 23 2026, 9:49 PM
Unknown Object (File)
Jun 20 2026, 6:12 PM
Unknown Object (File)
Jun 17 2026, 12:31 PM
Unknown Object (File)
May 5 2026, 11:59 PM
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.