Page MenuHomeFreeBSD

cross-build: This is not glibc specific, but Linux specific
ClosedPublic

Authored by imp on Fri, May 24, 9:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 3, 3:27 PM
Unknown Object (File)
Sun, May 26, 6:56 PM
Unknown Object (File)
Sun, May 26, 1:32 PM
Unknown Object (File)
Sat, May 25, 4:42 PM
Subscribers
None

Details

Summary

Neither glibc nor musl define these interfaces, so provide them for all
Linux builds.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Fri, May 24, 9:08 PM
imp created this revision.
This revision is now accepted and ready to land.Sat, May 25, 5:07 PM
tools/build/cross-build/progname.c
39

The ifdef should just be dropped; Makefile.boot already makes the addition of the source file conditional on it being Linux

tools/build/cross-build/progname.c
39

Ah. That's a better solution. I'd missed we'd done that. I'll do a follow-up commit. I have one or two others too.

tools/build/cross-build/progname.c
39

Yeah; see the comments on the GitHub PR from myself and later Alex

tools/build/cross-build/progname.c
39

I see that I missed them now...