- Timestamp:
- Aug 10, 2018, 5:45:51 PM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- ae628e1
- Parents:
- 2ea0a8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r2ea0a8a r47c1928 668 668 LIBCFA_TARGET_DIRS 669 669 TARGET_HOSTS 670 HOST_FLAGS 670 671 host_os 671 672 host_vendor … … 3411 3412 3412 3413 3414 if ! test "$host_cpu" = "$build_cpu"; then 3415 case $host_cpu in 3416 i386) 3417 HOST_FLAGS="-m32" 3418 ;; 3419 i686) 3420 HOST_FLAGS="-m32" 3421 ;; 3422 x86_64) 3423 HOST_FLAGS="-m64" 3424 ;; 3425 esac 3426 fi 3427 3428 3413 3429 default_target="${host_cpu}:debug, ${host_cpu}:nodebug" 3414 3430
Note: See TracChangeset
for help on using the changeset viewer.