--- Additional Comments From micko_s at hotmail dot com 2004-10-29 10:41 ---
(In reply to comment #1)
> CFLAGS containing -mcpu= is your problem, this is listed on the instation
instructions because it has
> bitten some of other people already.
>
> `-mcpu=' is deprecated. Use `-mtune='
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-28 20:32
---
CFLAGS containing -mcpu= is your problem, this is listed on the instation instructions
because it has
bitten some of other people already.
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
--