Page MenuHomeFreeBSD

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

Authored by imp on May 24 2024, 9:08 PM.
Tags
None
Referenced Files
F102629337: D45355.diff
Fri, Nov 15, 1:27 AM
F102559690: D45355.id139123.diff
Thu, Nov 14, 1:50 AM
Unknown Object (File)
Tue, Nov 12, 1:29 AM
Unknown Object (File)
Sat, Oct 19, 2:24 PM
Unknown Object (File)
Sat, Oct 19, 2:18 PM
Unknown Object (File)
Wed, Oct 16, 2:55 AM
Unknown Object (File)
Sep 26 2024, 2:22 AM
Unknown Object (File)
Aug 11 2024, 11:34 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 57909
Build 54797: arc lint + arc unit

Event Timeline

imp requested review of this revision.May 24 2024, 9:08 PM
imp created this revision.
This revision is now accepted and ready to land.May 25 2024, 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...