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 driver/52096] -dumpmachine does not respect -m32


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52096

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2012-02-02 16:30:16 UTC ---
No, dumpmachine should dump the target which gcc was built.  It should not be
made multilib aware.

If you want to make sure you are compiling for 32bit, then check the
preprocessed predefines instead.


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