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
F153041726: D18428.id51585.diff
Sat, Apr 18, 7:27 PM
Unknown Object (File)
Tue, Apr 14, 3:14 AM
Unknown Object (File)
Tue, Apr 14, 2:11 AM
Unknown Object (File)
Mon, Apr 13, 3:31 PM
Unknown Object (File)
Wed, Apr 8, 9:39 PM
Unknown Object (File)
Wed, Apr 8, 3:39 AM
Unknown Object (File)
Mon, Mar 30, 3:28 PM
Unknown Object (File)
Mon, Mar 30, 10:12 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.