This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
-march= for x86
- To: gcc at gcc dot gnu dot org
- Subject: -march= for x86
- From: tmwg-gcc at inxservices dot com
- Date: Fri, 9 Jun 2000 15:07:57 -0700
- Organization: inX Services, Los Angeles, CA, USA
I understood from the docs that -march=i686 automatically supplied
-mcpu=i686 as well. Yet I see examples of people using both of them on the
command line at the same time (redundantly if I understood correctly).
Did I read wrong?