This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/52096] -dumpmachine does not respect -m32
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 02 Feb 2012 16:30:16 +0000
- Subject: [Bug driver/52096] -dumpmachine does not respect -m32
- Auto-submitted: auto-generated
- References: <bug-52096-4@http.gcc.gnu.org/bugzilla/>
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.