Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: configure

Issue 1163713009: Add mips32 to LLVM configure's list of allowed Subzero targets. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « autoconf/configure.ac ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #! /bin/sh 1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles. 2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.60 for LLVM 3.6.0svn. 3 # Generated by GNU Autoconf 2.60 for LLVM 3.6.0svn.
4 # 4 #
5 # Report bugs to <http://llvm.org/bugs/>. 5 # Report bugs to <http://llvm.org/bugs/>.
6 # 6 #
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation 9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it. 10 # gives unlimited permission to copy, distribute and modify it.
(...skipping 5471 matching lines...) Expand 10 before | Expand all | Expand 10 after
5482 fi 5482 fi
5483 5483
5484 case "$enableval" in 5484 case "$enableval" in
5485 none) ;; 5485 none) ;;
5486 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do 5486 *)for a_target in `echo $enableval|sed -e 's/,/ /g' ` ; do
5487 case "$a_target" in 5487 case "$a_target" in
5488 X8632) SUBZERO_TARGETS_TO_BUILD="X8632 $SUBZERO_TARGETS_TO_BUILD" ;; 5488 X8632) SUBZERO_TARGETS_TO_BUILD="X8632 $SUBZERO_TARGETS_TO_BUILD" ;;
5489 X8664) SUBZERO_TARGETS_TO_BUILD="X8664 $SUBZERO_TARGETS_TO_BUILD" ;; 5489 X8664) SUBZERO_TARGETS_TO_BUILD="X8664 $SUBZERO_TARGETS_TO_BUILD" ;;
5490 ARM32) SUBZERO_TARGETS_TO_BUILD="ARM32 $SUBZERO_TARGETS_TO_BUILD" ;; 5490 ARM32) SUBZERO_TARGETS_TO_BUILD="ARM32 $SUBZERO_TARGETS_TO_BUILD" ;;
5491 ARM64) SUBZERO_TARGETS_TO_BUILD="ARM64 $SUBZERO_TARGETS_TO_BUILD" ;; 5491 ARM64) SUBZERO_TARGETS_TO_BUILD="ARM64 $SUBZERO_TARGETS_TO_BUILD" ;;
5492 MIPS32) SUBZERO_TARGETS_TO_BUILD="MIPS32 $SUBZERO_TARGETS_TO_BUILD" ;;
5492 *) { { echo "$as_me:$LINENO: error: Unrecognized subzero target $a_targe t" >&5 5493 *) { { echo "$as_me:$LINENO: error: Unrecognized subzero target $a_targe t" >&5
5493 echo "$as_me: error: Unrecognized subzero target $a_target" >&2;} 5494 echo "$as_me: error: Unrecognized subzero target $a_target" >&2;}
5494 { (exit 1); exit 1; }; } ;; 5495 { (exit 1); exit 1; }; } ;;
5495 esac 5496 esac
5496 done 5497 done
5497 ;; 5498 ;;
5498 esac 5499 esac
5499 5500
5500 SUBZERO_ENUM_TARGETS="" 5501 SUBZERO_ENUM_TARGETS=""
5501 for target_to_build in $SUBZERO_TARGETS_TO_BUILD; do 5502 for target_to_build in $SUBZERO_TARGETS_TO_BUILD; do
(...skipping 14553 matching lines...) Expand 10 before | Expand all | Expand 10 after
20055 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 20056 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
20056 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5 20057 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5
20057 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 20058 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
20058 { (exit 1); exit 1; }; } 20059 { (exit 1); exit 1; }; }
20059 fi 20060 fi
20060 20061
20061 cd "$ac_popdir" 20062 cd "$ac_popdir"
20062 done 20063 done
20063 fi 20064 fi
20064 20065
OLDNEW
« no previous file with comments | « autoconf/configure.ac ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698