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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64542, comment 4

    initial v1  
    66Like I asked in other ticket, can this be added conditionally?
    77
     8
     9{{{
    810if {${os.major} == 10 && ${configure.build_arch} eq "ppc"} {
    911configure.args-append       CC_FOR_BUILD="gcc-4.2 -arch ppc" \
     
    1315                            --with-as=/usr/bin/as
    1416}
     17}}}
     18
    1519
    1620https://trac.macports.org/ticket/64486