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

Side by Side Diff: configure

Issue 1692803002: Remove Emscripten support (Closed) Base URL: https://chromium.googlesource.com/a/native_client/pnacl-llvm.git@master
Patch Set: Created 4 years, 10 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') | include/llvm/ADT/Triple.h » ('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 5596 matching lines...) Expand 10 before | Expand all | Expand 10 after
5607 fi 5607 fi
5608 5608
5609 if test "$llvm_cv_enable_crash_overrides" = "yes" ; then 5609 if test "$llvm_cv_enable_crash_overrides" = "yes" ; then
5610 5610
5611 cat >>confdefs.h <<\_ACEOF 5611 cat >>confdefs.h <<\_ACEOF
5612 #define ENABLE_CRASH_OVERRIDES 1 5612 #define ENABLE_CRASH_OVERRIDES 1
5613 _ACEOF 5613 _ACEOF
5614 5614
5615 fi 5615 fi
5616 5616
5617 ALL_TARGETS="X86 Sparc PowerPC ARM AArch64 Mips XCore MSP430 CppBackend JSBacken d NVPTX Hexagon SystemZ R600" 5617 ALL_TARGETS="X86 Sparc PowerPC ARM AArch64 Mips XCore MSP430 CppBackend NVPTX He xagon SystemZ R600"
5618 ALL_TARGETS=$ALL_TARGETS 5618 ALL_TARGETS=$ALL_TARGETS
5619 5619
5620 5620
5621 TARGETS_TO_BUILD="" 5621 TARGETS_TO_BUILD=""
5622 # Check whether --enable-targets was given. 5622 # Check whether --enable-targets was given.
5623 if test "${enable_targets+set}" = set; then 5623 if test "${enable_targets+set}" = set; then
5624 enableval=$enable_targets; 5624 enableval=$enable_targets;
5625 else 5625 else
5626 enableval=all 5626 enableval=all
5627 fi 5627 fi
(...skipping 12 matching lines...) Expand all
5640 aarch64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;; 5640 aarch64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;;
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
5651 hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;; 5650 hexagon) TARGETS_TO_BUILD="Hexagon $TARGETS_TO_BUILD" ;;
5652 nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;; 5651 nvptx) TARGETS_TO_BUILD="NVPTX $TARGETS_TO_BUILD" ;;
5653 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;; 5652 systemz) TARGETS_TO_BUILD="SystemZ $TARGETS_TO_BUILD" ;;
5654 r600) TARGETS_TO_BUILD="R600 $TARGETS_TO_BUILD" ;; 5653 r600) TARGETS_TO_BUILD="R600 $TARGETS_TO_BUILD" ;;
5655 host) case "$llvm_cv_target_arch" in 5654 host) case "$llvm_cv_target_arch" in
5656 x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; 5655 x86) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
5657 x86_64) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;; 5656 x86_64) TARGETS_TO_BUILD="X86 $TARGETS_TO_BUILD" ;;
5658 Sparc) TARGETS_TO_BUILD="Sparc $TARGETS_TO_BUILD" ;; 5657 Sparc) TARGETS_TO_BUILD="Sparc $TARGETS_TO_BUILD" ;;
5659 PowerPC) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;; 5658 PowerPC) TARGETS_TO_BUILD="PowerPC $TARGETS_TO_BUILD" ;;
5660 AArch64) TARGETS_TO_BUILD="AArch64 $TARGETS_TO_BUILD" ;; 5659 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\"" || 19721 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
19723 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5 19722 { { 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;} 19723 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
19725 { (exit 1); exit 1; }; } 19724 { (exit 1); exit 1; }; }
19726 fi 19725 fi
19727 19726
19728 cd "$ac_popdir" 19727 cd "$ac_popdir"
19729 done 19728 done
19730 fi 19729 fi
19731 19730
OLDNEW
« no previous file with comments | « autoconf/configure.ac ('k') | include/llvm/ADT/Triple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698