#22324: boost-build: GCC 4.2 and higher does not have -Wno-long-double (compile error) ---------------------------------------+------------------------------------ Reporter: markdigital69@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.1 Keywords: haspatch | Port: boost-build ---------------------------------------+------------------------------------ Comment(by malaperle@…): Replying to [comment:2 macsforever2000@…]:
Have you tested this change in 10.5.x?
No, I don't have 10.5 right now. But it shouldn't be a problem, the flag is still added for GCC 4.0. {{{ if $(gccversion) < "4.2.0" { flags darwin.compile OPTIONS $(condition) : -Wno-long-double ; } }}} -- Ticket URL: <http://trac.macports.org/ticket/22324#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS