* doc/invoke.texi: Document -mtune, delete -mcpu
commit33096195a9af9ca5b2af3726d38087f980a88b92
authorhpenner <hpenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jan 2003 15:17:15 +0000 (10 15:17 +0000)
committerhpenner <hpenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 10 Jan 2003 15:17:15 +0000 (10 15:17 +0000)
tree0a622063bad266c758ac7fbb2879fba586fc3783
parentb0ea98f947bd8f16d24cb54e8362b2f7d680797e
   * doc/invoke.texi: Document -mtune, delete -mcpu
        option for S/390 and zSeries.
        * config/s390/s390.c (s390_tune_string) New variable.
        (s390_cpu_string) Delete variable.
        (override_options): Use s390_tune_string instead of
        s390_cpu_string.
        * config/s390/s390.h: (TARGET_OPTIONS) '-mtune' instead of '-mcpu'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61159 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/s390/s390.c
gcc/config/s390/s390.h