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

Side by Side Diff: configure

Issue 1395453003: Create a proper target machine for PNaCl. Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix a test Created 5 years, 1 month 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') | lib/LTO/LTOModule.cpp » ('j') | 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.7.0svn. 3 # Generated by GNU Autoconf 2.60 for LLVM 3.7.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 5630 matching lines...) Expand 10 before | Expand all | Expand 10 after
5641 arm64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;; 5641 arm64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;;
5642 arm) TARGETS_TO_BUILD="ARM $TARGETS_TO_BUILD" ;; 5642 arm) TARGETS_TO_BUILD="ARM $TARGETS_TO_BUILD" ;;
5643 mips) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;; 5643 mips) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
5644 mipsel) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;; 5644 mipsel) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
5645 mips64) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;; 5645 mips64) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
5646 mips64el) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;; 5646 mips64el) TARGETS_TO_BUILD="Mips $TARGETS_TO_BUILD" ;;
5647 xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;; 5647 xcore) TARGETS_TO_BUILD="XCore $TARGETS_TO_BUILD" ;;
5648 msp430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;; 5648 msp430) TARGETS_TO_BUILD="MSP430 $TARGETS_TO_BUILD" ;;
5649 cpp) TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;; 5649 cpp) TARGETS_TO_BUILD="CppBackend $TARGETS_TO_BUILD" ;;
5650 js) TARGETS_TO_BUILD="JSBackend $TARGETS_TO_BUILD" ;; # @LOCALMOD 5650 js) TARGETS_TO_BUILD="JSBackend $TARGETS_TO_BUILD" ;; # @LOCALMOD
5651 pnacl) TARGETS_TO_BUILD="PNaCl $TARGETS_TO_BUILD" ;; # @LOCALMOD
5651 hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;; 5652 hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;;
5652 nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;; 5653 nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;;
5653 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; 5654 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
5654 r600) TARGETS_TO_BUILD="R600 $TARGETS_TO_BUILD" ;; 5655 r600) TARGETS_TO_BUILD="R600 $TARGETS_TO_BUILD" ;;
5655 host) case "$llvm_cv_target_arch" in 5656 host) case "$llvm_cv_target_arch" in
5656 x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; 5657 x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
5657 x86_64) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; 5658 x86_64) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
5658 Sparc) TARGETS_TO_BUILD="Sparc $TARGETS_TO_BUILD" ;; 5659 Sparc) TARGETS_TO_BUILD="Sparc $TARGETS_TO_BUILD" ;;
5659 PowerPC) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;; 5660 PowerPC) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;;
5660 AArch64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;; 5661 AArch64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;;
(...skipping 14061 matching lines...) Expand 10 before | Expand all | Expand 10 after
19722 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 19723 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
19723 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5 19724 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5
19724 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 19725 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
19725 { (exit 1); exit 1; }; } 19726 { (exit 1); exit 1; }; }
19726 fi 19727 fi
19727 19728
19728 cd "$ac_popdir" 19729 cd "$ac_popdir"
19729 done 19730 done
19730 fi 19731 fi
19731 19732
OLDNEW
« no previous file with comments | « autoconf/configure.ac ('k') | lib/LTO/LTOModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698