Opened 12 years ago

Closed 12 years ago

#32250 closed defect (invalid)

firefox-x11, firefox-x11-devel, and gcc-4.2

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: firefox-x11, firefox-x11-devel

Description

The firefox-x11 portfile contains this block:

# XCode 3.1's gcc-4.0 and gcc-4.2 have issues
# llvm-gcc-4.2 has trouble with some of the mmx asm
if {${configure.compiler} == "gcc-4.0"} {
    depends_build-append path:bin/clang:clang
    configure.compiler macports-clang
} elseif {${configure.compiler} == "llvm-gcc-4.2"} {
    configure.compiler clang
}

It says gcc-4.2 has issues... but then doesn't do anything to prevent the use of gcc-4.2.

Change History (2)

comment:1 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Based on that comment, I think it's just XCode 3.1's gcc-4.2 that has a problem. I can't remember though...

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: invalid
Status: newclosed

Oh. So the problem would only be with gcc-4.2 on Leopard, where gcc-4.0 is the default anyway. Got it.

Note: See TracTickets for help on using tickets.