[Bug target/30370] Build failure in libgcc2 powitf2 with ICE in gen_reg_rtx

rask at sygehus dot dk gcc-bugzilla@gcc.gnu.org
Sat Jan 6 14:28:00 GMT 2007



------- Comment #5 from rask at sygehus dot dk  2007-01-06 14:28 -------
The condition in t-ppccomm is written just like the example in the GNU Make
documentation ("Conditionals that Test Flags"), except for the missing
parentheses.

Indeed toplevel libgcc fixes this, revision 120505 doesn't have this problem.

joseph@codesourcery.com wrote:
> If we add

> ifeq (,$(findstring gnuspe,$(target)))

> to the condition as well, then that should complete letting 4.1 and 4.2
> build properly out of the box for SPE.

Like
ifneq (,$(findstring gnu,$(target)))
ifeq (,$(findstring gnuspe,$(target)))
...
endif
endif
?

How about s/gnuspe/spe/ in case someone comes up with a powerpc-gnufubarspe
target?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30370



More information about the Gcc-bugs mailing list