Closed
Description
Feature or enhancement
Proposal:
CPython provides wrappers for clang
, clang++
, cpp
and ar
. These wrappers provide "single word binaries" for tools that are commonly discovered by C builds systems.
Another tool that is commonly needed is strip
.
xcrun
can satisfy a strip
lookup; we should provide a stub for strip
as well.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response