Opened 4 years ago
Last modified 4 years ago
#65918 assigned defect
xz-bootstrap uses clang for PPC on Rosetta
| Reported by: | barracuda156 | Owned by: | ryandesign (Ryan Carsten Schmidt) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.7.2 |
| Keywords: | powerpc, snowleopard, rosetta | Cc: | jmroot (Joshua Root) |
| Port: | xz-bootstrap |
Description
This problem only concerns xz-bootstrap, not regular xz (the latter correctly uses gcc-4.2).
The port still [pretends to] build – with multiple warnings:
clang: warning: not using the clang compiler for the 'powerpc' architecture
This is a wrong behavior, clang should never be invoked for ppc builds.
Attachments (1)
Change History (2)
Changed 4 years ago by barracuda156
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
| Cc: | jmroot added |
|---|
Note: See
TracTickets for help on using
tickets.

This applies to all the -bootstrap ports.
It happens because the -bootstrap ports specify this:
Josh added that in [e967bb1325decd8d0c05f2f37b27067f6d780eb3/macports-ports] to fix #58876.