--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-22 14:15 ---
Note if you add -pedantic or -ansi or -std=c99 or -std=c89, powerpc will not be
defined as it is not in the reserved space.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29546
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-10-22 13:21 ---
powerpc is one of the standard defines gcc defines if running on ppc-linux. It
is changed to __powerpc if you define powerpc yourself.
--
rguenth at gcc dot gnu dot org changed:
What|Removed