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
F131459195: D18428.diff
Wed, Oct 8, 6:47 AM
Unknown Object (File)
Mon, Oct 6, 6:04 AM
Unknown Object (File)
Sat, Oct 4, 2:48 AM
Unknown Object (File)
Fri, Sep 19, 2:01 AM
Unknown Object (File)
Sun, Sep 14, 8:20 AM
Unknown Object (File)
Sat, Sep 13, 10:37 AM
Unknown Object (File)
Sep 2 2025, 9:25 AM
Unknown Object (File)
Sep 1 2025, 9:23 AM
Subscribers

Details

Summary

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

PR: 233733

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.