[MacPorts] #34213: gcc-apple-4.2 should work around a buggy 10.4 header
MacPorts
noreply at macports.org
Sun Apr 29 14:07:20 PDT 2012
#34213: gcc-apple-4.2 should work around a buggy 10.4 header
---------------------------------------+------------------------------------
Reporter: Peter_Dyballa@… | Owner: jeremyhu@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.0.4
Resolution: wontfix | Keywords:
Port: apple-gcc42 |
---------------------------------------+------------------------------------
Comment(by jeremyhu@…):
Replying to [comment:13 Peter_Dyballa@…]:
> This is not easy to believe for me... Using -E instead of -c should then
produce different pre-processed output files. I'll try that with the code
from the configure run!
Why is that not easy to believe? I proved it to you in my second comment:
{{{
$ echo | /opt/local/bin/gcc-apple-4.2 -arch ppc -dM -E - | grep VEC
$ echo | /opt/local/bin/gcc-apple-4.2 -arch ppc -dM -E - -mcpu=7450
-mtune=7450 | grep VEC
#define __VEC__ 10206
#define __ALTIVEC__ 1
}}}
--
Ticket URL: <https://trac.macports.org/ticket/34213#comment:14>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list