Re: lang/gcc/8: include all libs in adastrap

2019-11-09 Thread Pascal Stumpf
On Fri, 8 Nov 2019 21:27:08 +0100, Christian Weisgerber wrote: > The adastrap depends on several libraries (libc, libm, libz, libgmp, > libmpfr, libmpc), but currently only libc and libm ship with it. > If one of the other libs changes, boom, the build breaks. Also, > having to manually specify

Re: lang/gcc/8: include all libs in adastrap

2019-11-08 Thread Stuart Henderson
On 2019/11/08 21:27, Christian Weisgerber wrote: > The adastrap depends on several libraries (libc, libm, libz, libgmp, > libmpfr, libmpc), but currently only libc and libm ship with it. > If one of the other libs changes, boom, the build breaks. Also, > having to manually specify the library

lang/gcc/8: include all libs in adastrap

2019-11-08 Thread Christian Weisgerber
The adastrap depends on several libraries (libc, libm, libz, libgmp, libmpfr, libmpc), but currently only libc and libm ship with it. If one of the other libs changes, boom, the build breaks. Also, having to manually specify the library versions in the Makefile is cumbersome. I have revised the