Changes between Version 1 and Version 2 of Ticket #64542, comment 4


Ignore:
Timestamp:
Jan 29, 2022, 8:47:49 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64542, comment 4

    v1 v2  
    88
    99{{{
    10 if {${os.major} == 10 && ${configure.build_arch} eq "ppc"} {
     10if {${os.major} == 10 && ${build_arch} eq "ppc"} {
    1111configure.args-append       CC_FOR_BUILD="gcc-4.2 -arch ppc" \
    1212                            CFLAGS_FOR_BUILD="-arch ppc" \