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

Side by Side Diff: configure

Issue 7484050: Add initial support for *-*-nacl target. (Closed) Base URL: http://llvm.org/svn/llvm-project/llvm/trunk/
Patch Set: Reimplement patch on top of ToT Created 9 years, 4 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.0svn. 3 # Generated by GNU Autoconf 2.60 for llvm 3.0svn.
4 # 4 #
5 # Report bugs to <llvmbugs@cs.uiuc.edu>. 5 # Report bugs to <llvmbugs@cs.uiuc.edu>.
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 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2334 *-*-auroraux*) 2334 *-*-auroraux*)
2335 llvm_cv_target_os_type="AuroraUX" ;; 2335 llvm_cv_target_os_type="AuroraUX" ;;
2336 *-*-win32*) 2336 *-*-win32*)
2337 llvm_cv_target_os_type="Win32" ;; 2337 llvm_cv_target_os_type="Win32" ;;
2338 *-*-mingw*) 2338 *-*-mingw*)
2339 llvm_cv_target_os_type="MingW" ;; 2339 llvm_cv_target_os_type="MingW" ;;
2340 *-*-haiku*) 2340 *-*-haiku*)
2341 llvm_cv_target_os_type="Haiku" ;; 2341 llvm_cv_target_os_type="Haiku" ;;
2342 *-*-rtems*) 2342 *-*-rtems*)
2343 llvm_cv_target_os_type="RTEMS" ;; 2343 llvm_cv_target_os_type="RTEMS" ;;
2344 *-*-nacl*)
2345 llvm_cv_target_os_type="NativeClient" ;;
2344 *-unknown-eabi*) 2346 *-unknown-eabi*)
2345 llvm_cv_target_os_type="Freestanding" ;; 2347 llvm_cv_target_os_type="Freestanding" ;;
2346 *) 2348 *)
2347 llvm_cv_target_os_type="Unknown" ;; 2349 llvm_cv_target_os_type="Unknown" ;;
2348 esac 2350 esac
2349 fi 2351 fi
2350 { echo "$as_me:$LINENO: result: $llvm_cv_target_os_type" >&5 2352 { echo "$as_me:$LINENO: result: $llvm_cv_target_os_type" >&5
2351 echo "${ECHO_T}$llvm_cv_target_os_type" >&6; } 2353 echo "${ECHO_T}$llvm_cv_target_os_type" >&6; }
2352 2354
2353 if test "$llvm_cv_os_type" = "Unknown" ; then 2355 if test "$llvm_cv_os_type" = "Unknown" ; then
(...skipping 21881 matching lines...) Expand 10 before | Expand all | Expand 10 after
24235 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 24237 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
24236 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5 24238 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5
24237 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 24239 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
24238 { (exit 1); exit 1; }; } 24240 { (exit 1); exit 1; }; }
24239 fi 24241 fi
24240 24242
24241 cd "$ac_popdir" 24243 cd "$ac_popdir"
24242 done 24244 done
24243 fi 24245 fi
24244 24246
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