[MacPorts] #65061: gcc: --build=${build_arch}- leads to incorrect names in case of PPC
MacPorts
noreply at macports.org
Sat Apr 23 20:18:00 UTC 2022
#65061: gcc: --build=${build_arch}- leads to incorrect names in case of PPC
-------------------------------------------+-------------------------------
Reporter: barracuda156 | Owner: catap
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Keywords: powerpc, leopard, snowleopard | Port: gcc7, gcc10,
| gcc11
-------------------------------------------+-------------------------------
I believe this is wrong:
{{{
platform darwin {
configure.pre_args-append --build=${build_arch}-apple-
darwin${os.major}
}
}}}
On PowerPC this results in names of the form {{{ppc-apple-darwin}}}, while
it should be {{{powerpc-apple-darwin}}}. (Now, compiler still works, so I
do not know if it makes difference in practical terms.)
--
Ticket URL: <https://trac.macports.org/ticket/65061>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list