[Bug bootstrap/18208] error compiling gcc34 on freebsd 5.1

2004-10-29 Thread micko_s at hotmail dot com
--- 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=' or

[Bug bootstrap/18208] error compiling gcc34 on freebsd 5.1

2004-10-28 Thread pinskia at gcc dot gnu dot org
--- 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. --