------- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-03 20:16 ------- No, they are not redudent. Because you can do -m32 -march=k8 which means use the k8's 32bit features. -m64 -march=i386 will be rejected as i386 does not have 64bit. Also you can have a compile which defaults to 32bits and compile 64bits.
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|c |target Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30691