Proper deduce z/System LLVM target from target triple when
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 5 Jan 2010 20:45:13 +0000 (20:45 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 5 Jan 2010 20:45:13 +0000 (20:45 +0000)
--enable-targets=host is specified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92762 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 9ebaadc3bbcffae9098da2708edfa7442575dd1b..7915593db4e5f318a35386f2fb4e5e915c8fac10 100644 (file)
@@ -512,7 +512,7 @@ case "$enableval" in
             PIC16)       TARGETS_TO_BUILD="PIC16 $TARGETS_TO_BUILD" ;;
             XCore)       TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;;
             MSP430)      TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;;
-            SystemZ)     TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
+            s390x)       TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
             Blackfin)    TARGETS_TO_BUILD="Blackfin $TARGETS_TO_BUILD" ;;
             *)       AC_MSG_ERROR([Can not set target to build]) ;;
           esac ;;