- Timestamp:
- Aug 21, 2018, 9:22:36 PM (7 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:
- 90152a4, 92f413c
- Parents:
- 2a6292d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified configure ¶
r2a6292d r305581d 2528 2528 2529 2529 2530 2530 2531 # don't use the default CFLAGS as they unconditonnaly add -O2 2531 2532 : ${CFLAGS=""} … … 3459 3460 3460 3461 3461 case $ arch_namein3462 case ${arch_name} in 3462 3463 "host") arch_name=${host_cpu};; 3463 *) ;;3464 *) arch_name=${arch_name};; 3464 3465 esac 3465 3466 … … 3498 3499 3499 3500 3500 case $ arch_namein3501 case ${host_cpu} in 3501 3502 "host") arch_name=${host_cpu};; 3502 *) ;;3503 *) arch_name=${host_cpu};; 3503 3504 esac 3504 3505
Note: See TracChangeset
for help on using the changeset viewer.