#39761: llvm-3.3 can't link on Leopard/PPC ------------------------+----------------------------- Reporter: khepler@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: leopard powerpc Port: llvm-3.3 | ------------------------+----------------------------- Comment (by jeremyhu@…): Try doing this (possibly in addition to the "Apple" targets if it fails alone: {{{ --- Portfile (revision 108504) +++ Portfile (working copy) @@ -173,6 +173,7 @@ if {[string match "*ppc*" [get_canonical_archs]]} { # http://trac.macports.org/ticket/33987 configure.args-append --with-optimize-option=-Os + configure.optflags -Os } if {${subport} == "clang-${llvm_version}" && ${os.major} <= 9} { }}} -- Ticket URL: <https://trac.macports.org/ticket/39761#comment:17> MacPorts <http://www.macports.org/> Ports system for OS X