On Thu, Jun 20, 2013 at 9:11 PM, Earnie Boyd
<ear...@users.sourceforge.net> wrote:
> On Thu, Jun 20, 2013 at 9:06 AM, Dongsheng Song wrote:
>>
>> I want to build gcc 4.8 with isl and cloog, can I put  isl and cloog
>> to gcc/branches/gcc-4_8-branch/ like gmp/mpfr/mpc ?
>>
>
> You should be able to determine that by looking at the top level
> configure script.  IIRC, it will look for other configure scripts in
> the sub-directories.  The issue will be prerequisite ordering.
>

Thanks, I see:

$ grep ^host_libs gcc-4_7-branch/configure gcc-4_8-branch/configure
gcc-4_7-branch/configure:host_libs="intl libiberty opcodes bfd
readline tcl tk itcl libgui zlib libcpp libdecnumber gmp mpfr mpc ppl
cloog libelf libiconv"
gcc-4_8-branch/configure:host_libs="intl libiberty opcodes bfd
readline tcl tk itcl libgui zlib libbacktrace libcpp libdecnumber gmp
mpfr mpc isl cloog libelf libiconv"

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to