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 other/71268] [PATCH] Fix description of x86_64's -m32 option


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71268

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |documentation
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-05-25
     Ever confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
It depends on what you used for --with-arch-32 at configure time.  If you'd use
--with-arch-32=i386 it would.  The default is --with-arch-32=x86_64
(or what you specified with --with-arch).

Confirmed that the documentation is misleading but I don't think the patch is
correct either.

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