Re: Error In libssp, But Disabled in Configuration

2018-02-19 Thread R0b0t1
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 \

Error In libssp, But Disabled in Configuration

2018-02-17 Thread R0b0t1
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