This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/30691] i386 and x86-64 build options m32 and m64



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]