Reproducible binary builds [was: complibs/zlib: Add zlib support for binutils and gdb]

Zhenqiang Chen zhenqiang.chen@linaro.org
Mon Nov 28 01:50:00 GMT 2011


> OK, that all makes a lot of sense! So, here is the list of the required
> dependencies (that I know of) for each component:
>
>   library   | binutils | gcc | gdb |
>   ----------+----------+-----+-----+
>   expat     |          |     |  Y  |
>   ncurses   |          |     |  Y  |
> -> zlib      |    Y     |  Y  |  Y  |
> -> libiconv  |    Y     |  Y  |  Y  |
>   gmp       |          |  Y  |     |
>   mpfr      |          |  Y  |     |
>   ppl       |          |  Y  |     |
>   cloog/ppl |          |  Y  |     |
>   mpc       |          |  Y  |     |
>   libelf    |          |  Y  |     |
>

Both gdb native and cross need expat, ncurses, zlib and libiconv.

Currently gdb will build fail due to depend on expat for canadian build.

Thanks!
-Zhenqiang

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list