Changeset 305581d for configure


Ignore:
Timestamp:
Aug 21, 2018, 9:22:36 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Fix problem where configure would set default CPU to which ever was the last target

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2a6292d r305581d  
    25282528
    25292529
     2530
    25302531# don't use the default CFLAGS as they unconditonnaly add -O2
    25312532: ${CFLAGS=""}
     
    34593460
    34603461
    3461         case $arch_name in
     3462        case ${arch_name} in
    34623463                "host") arch_name=${host_cpu};;
    3463                 *) ;;
     3464                *) arch_name=${arch_name};;
    34643465        esac
    34653466
     
    34983499
    34993500
    3500         case $arch_name in
     3501        case ${host_cpu} in
    35013502                "host") arch_name=${host_cpu};;
    3502                 *) ;;
     3503                *) arch_name=${host_cpu};;
    35033504        esac
    35043505
Note: See TracChangeset for help on using the changeset viewer.