Changeset d65f92c for libcfa/configure


Ignore:
Timestamp:
Aug 15, 2019, 10:21:36 AM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
5c4a473
Parents:
1ee048fd
Message:

Tests almost work, the only issue left is using -E and -CFA together

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure

    r1ee048fd rd65f92c  
    29622962        echo "no"
    29632963else
    2964         path=$(readlink -f .)
    2965         CFADIR_HASH=$(openssl dgst -sha256 <<< $path)
    2966         CFADIR_HASH="${CFADIR_HASH: -10}"
     2964        tools="$(readlink -m $ac_confdir/)/../tools/build"
     2965        config=$(basename $(readlink -f .))
     2966        echo "$tools/distcc_hash $config"
     2967        CFADIR_HASH=$($tools/distcc_hash $config)
    29672968        CFACC="distcc ~/.cfadistcc/${CFADIR_HASH}/cfa"
    29682969        PRELUDEFLAG='-dist-tree'
Note: See TracChangeset for help on using the changeset viewer.