]> gcc.gnu.org Git - gcc.git/commit
S/390: Fix mtune default.
authorRobin Dapp <rdapp@linux.vnet.ibm.com>
Tue, 26 Jun 2018 12:23:02 +0000 (12:23 +0000)
committerRobin Dapp <rdapp@gcc.gnu.org>
Tue, 26 Jun 2018 12:23:02 +0000 (12:23 +0000)
commit8e24e825f52a8eff8ca309769d412e00756a1367
treeb1b3bac28737efb357b5926a9c26af85dae04266
parenta8b7129f6ad7ce052e661eee4dca9345c0a9675a
S/390: Fix mtune default.

When building with --with-tune=zEC12 and calling the resulting gcc
with --march=z13 (no extra -mtune), the binary would unexpectedly be compiled
with -march=z13 -mtune=zEC12.  This patch avoids using the default tune
parameter if -march is specified as argument but the user can still
explicitly state -march=z13 -mtune=zEC12.

gcc/ChangeLog:

2018-06-26  Robin Dapp  <rdapp@linux.ibm.com>

        * config/s390/s390.h (enum processor_flags): Do not use
        default tune parameter when -march was specified.

From-SVN: r262145
gcc/ChangeLog
gcc/config/s390/s390.h
This page took 0.061537 seconds and 5 git commands to generate.