aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorDominik Vogt <vogt@linux.vnet.ibm.com>2015-06-01 11:38:44 +0000
committerAndreas Krebbel <krebbel@gcc.gnu.org>2015-06-01 11:38:44 +0000
commitcb0edc3993d3b575fe0bcb2e48f492a144dd70e1 (patch)
treecc7f08983662d64218a0f37a8aa58b7418282263 /gcc/config.gcc
parenta48b05f9112a14754da22a25dcc36ee442436455 (diff)
downloadgcc-cb0edc3993d3b575fe0bcb2e48f492a144dd70e1.zip
gcc-cb0edc3993d3b575fe0bcb2e48f492a144dd70e1.tar.gz
gcc-cb0edc3993d3b575fe0bcb2e48f492a144dd70e1.tar.bz2
S390: Support -mtune=native and -march=native.
gcc/ChangeLog 2015-06-01 Dominik Vogt <vogt@linux.vnet.ibm.com> * config/s390/driver-native.c: New file. * config/s390/x-native: New file. * config.host: Add new files for s390. * config/s390/s390.h (DRIVER_SELF_SPECS): Add support for -mtune=native and -march=native * config.gcc: Likewise. * config/s390/s390.opt (march): Likewise; add PROCESSOR_NATIVE * config/s390/s390-opts.h (enum processor_type): Ditto. * config/s390/s390.c (s390_option_override): Catch unhandled PROCESSOR_NATIVE From-SVN: r223934
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 1fcc290..e23a34c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -4099,7 +4099,7 @@ case "${target}" in
for which in arch tune; do
eval "val=\$with_$which"
case ${val} in
- "" | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10 | z196 | zEC12 | z13)
+ "" | native | g5 | g6 | z900 | z990 | z9-109 | z9-ec | z10 | z196 | zEC12 | z13)
# OK
;;
*)