On 25 September 2013 01:31,  <alex.ben...@linaro.org> wrote:
> +    # Debug related options
> +    - env: TARGETS=i386-softmmu,x86_64-softmmu
> +           EXTRA_CONFIG="--enable-debug --enable-debug-tcg 
> --enable-tcg-interpreter"

--enable-debug implies --enable-debug-tcg, you don't need to specify
it separately.

I think we should have an --enable-debug config tested which is actually
testing TCG, not the TCG interpreter (which is a very rarely used and
not IMHO terribly useful config).

> +    # This disabled make check for the ftrace backend which needs more 
> setting up
> +    # Currently broken on 12.04 due to mis-packaged liburcu and changed API, 
> will be pulled.
> +    #- env: TARGETS=i386-softmmu,x86_64-softmmu
> +    #       EXTRA_PKGS="liblttng-ust-dev liburcu-dev"
> +    #       EXTRA_CONFIG="--enable-trace-backend=ust"

Does our configure identify the busted library and refuse to configure with
this config? It probably ought to.

-- PMM

Reply via email to