Hi Jakub,

>> 2016-10-01  Rainer Orth  <r...@cebitec.uni-bielefeld.de>
>> 
>>      * configure.ac (target_libraries): Readd target-boehm-gc.
>>      Restore --enable-objc-gc handling.
>>      * configure: Regenerate.
>
> This is incomplete.  I guess it can be committed as is, but should be
> followed by re-addition of:
>   bfin-*-*)
>     noconfigdirs="$noconfigdirs target-boehm-gc"
>     ;;
>   cris-*-* | crisv32-*-*)
>     case "${target}" in
>       *-*-linux*)
>         ;;
>       *) # See PR46792 regarding target-libffi.
>         noconfigdirs="$noconfigdirs target-boehm-gc";;
>     esac
>     ;;
>   mmix-*-*)
>     noconfigdirs="$noconfigdirs target-boehm-gc"
>     ;;
> (perhaps in the same case as target-libffi handling).

sorry I missed this.  I can still re-add it if desired, but would rather
keep it in a separate case from the target-libffi handling: in-tree
boehm-gc may be replaced with an external version, while libffi is
likely to stay for libgo.

        Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

Reply via email to