[Bug target/21397] -march selects wrong arm_tune flags

2005-05-09 Thread trauscher at loytec dot com
--- Additional Comments From trauscher at loytec dot com 2005-05-09 07:04 --- The problem is that -march=xxx -mtune=yyy doesn't work. The arm_override_option function scans the options in the order -mtune, -march, -mcpu. So when -mtune is given, 'arm_tune' first set by -mtune and then

[Bug target/21397] -march selects wrong arm_tune flags

2005-05-08 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-05-08 23:47 --- The -march flag is not supposed to alter the tuning. Use -mtune or -mcpu, as appropriate, if you want to do that. -- What|Removed |Added