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

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: Created 9 years, 5 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
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 21887 matching lines...) Expand 10 before | Expand all | Expand 10 after
24241 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || 24243 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
24242 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5 24244 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" > &5
24243 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} 24245 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
24244 { (exit 1); exit 1; }; } 24246 { (exit 1); exit 1; }; }
24245 fi 24247 fi
24246 24248
24247 cd "$ac_popdir" 24249 cd "$ac_popdir"
24248 done 24250 done
24249 fi 24251 fi
24250 24252
OLDNEW
« autoconf/configure.ac ('K') | « autoconf/configure.ac ('k') | include/llvm/ADT/Triple.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698