- Timestamp:
- Dec 13, 2018, 4:22:08 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 93fe3154
- Parents:
- 0765121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r0765121 r95d0a5db 626 626 LTLIBOBJS 627 627 LIBOBJS 628 CFA_BACKEND_CC 628 629 ALLOCA 629 630 EGREP … … 687 688 CFA_INCDIR 688 689 CFA_PREFIX 689 CFA_BACKEND_CC690 BACKEND_CC691 690 DOendif 692 691 DOifskipcompile … … 763 762 enable_silent_rules 764 763 with_cfa_name 765 with_backend_compiler766 764 with_target_hosts 767 765 enable_dependency_tracking … … 1423 1421 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1424 1422 --with-cfa-name=NAME NAME too which cfa will be installed 1425 --with-backend-compiler=PROGRAM PROGRAM that performs the final code compilation (must be gcc-compatible)1426 1423 --with-target-hosts=HOSTS HOSTS comma seperated list of hosts to build for, format ARCH:debug|nodebug|nolib 1427 1424 … … 3166 3163 3167 3164 #============================================================================== 3168 # backend compiler implementation3169 3170 # Check whether --with-backend-compiler was given.3171 if test "${with_backend_compiler+set}" = set; then :3172 withval=$with_backend_compiler; backendcompiler=$withval3173 else3174 backendcompiler=""3175 fi3176 3177 if test "x$backendcompiler" != "x"; then3178 BACKEND_CC=${backendcompiler}3179 else3180 # Extract the first word of "gcc", so it can be a program name with args.3181 set dummy gcc; ac_word=$23182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&53183 $as_echo_n "checking for $ac_word... " >&6; }3184 if ${ac_cv_path_BACKEND_CC+:} false; then :3185 $as_echo_n "(cached) " >&63186 else3187 case $BACKEND_CC in3188 [\\/]* | ?:[\\/]*)3189 ac_cv_path_BACKEND_CC="$BACKEND_CC" # Let the user override the test with a path.3190 ;;3191 *)3192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR3193 for as_dir in $PATH3194 do3195 IFS=$as_save_IFS3196 test -z "$as_dir" && as_dir=.3197 for ac_exec_ext in '' $ac_executable_extensions; do3198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then3199 ac_cv_path_BACKEND_CC="$as_dir/$ac_word$ac_exec_ext"3200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&53201 break 23202 fi3203 done3204 done3205 IFS=$as_save_IFS3206 3207 ;;3208 esac3209 fi3210 BACKEND_CC=$ac_cv_path_BACKEND_CC3211 if test -n "$BACKEND_CC"; then3212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $BACKEND_CC" >&53213 $as_echo "$BACKEND_CC" >&6; }3214 else3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&53216 $as_echo "no" >&6; }3217 fi3218 3219 # check gcc installed3220 if test "x$BACKEND_CC" = "x"; then3221 as_fn_error $? "some version of gcc is needed. Get it at ftp://ftp.gnu.org" "$LINENO" 53222 exit 13223 fi3224 fi3225 3226 cat >>confdefs.h <<_ACEOF3227 #define CFA_BACKEND_CC "${BACKEND_CC}"3228 _ACEOF3229 3230 3231 3232 #==============================================================================3233 3165 # Installation paths 3234 3166 … … 6381 6313 fi 6382 6314 done 6315 6316 6317 #============================================================================== 6318 # backend compiler implementation 6319 6320 cat >>confdefs.h <<_ACEOF 6321 #define CFA_BACKEND_CC "${CC}" 6322 _ACEOF 6323 6383 6324 6384 6325
Note: See TracChangeset
for help on using the changeset viewer.