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)
Apr 26 2024, 1:31 AM
Unknown Object (File)
Apr 22 2024, 6:21 AM
Unknown Object (File)
Apr 22 2024, 6:21 AM
Unknown Object (File)
Apr 22 2024, 6:21 AM
Unknown Object (File)
Apr 22 2024, 6:10 AM
Unknown Object (File)
Apr 21 2024, 1:48 PM
Unknown Object (File)
Apr 11 2024, 1:57 PM
Unknown Object (File)
Apr 9 2024, 4:30 PM
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.