[llvm-commits] [llvm] r92763 - /llvm/trunk/configure

Anton Korobeynikov asl at math.spbu.ru
Tue Jan 5 12:45:44 PST 2010


Author: asl
Date: Tue Jan  5 14:45:43 2010
New Revision: 92763

URL: http://llvm.org/viewvc/llvm-project?rev=92763&view=rev
Log:
Regenerate

Modified:
    llvm/trunk/configure

Modified: llvm/trunk/configure
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/configure?rev=92763&r1=92762&r2=92763&view=diff

==============================================================================
--- llvm/trunk/configure (original)
+++ llvm/trunk/configure Tue Jan  5 14:45:43 2010
@@ -5080,7 +5080,7 @@
             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" ;;
             *)       { { echo "$as_me:$LINENO: error: Can not set target to build" >&5
 echo "$as_me: error: Can not set target to build" >&2;}





More information about the llvm-commits mailing list