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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
-m* options are target specific, so each target can and often does have its
own.
-mcpu= is deprecated just on x86, but many other targets don't even have -mcpu=
and never had, etc.  On the other side, some targets like powerpc do use -mcpu=
where other targets use -march= instead, or some have even more complicated
handling (arm/aarch64).

Reply via email to