On Sun, Feb 18, 2018 at 1:42 AM, R0b0t1 wrote:
> Taking inspiration from
> https://github.com/FreddieChopin/bleeding-edge-toolchain, I have a
> script which runs:
>
> ../../source/${dname}/configure \
> --target=${TARGET} \
> --enable-languages=c \
> --without-headers \
Taking inspiration from
https://github.com/FreddieChopin/bleeding-edge-toolchain, I have a
script which runs:
../../source/${dname}/configure \
--target=${TARGET} \
--enable-languages=c \
--without-headers \
--prefix=`realpath ../../${DIR_PREFIX}` \
--li