Re: [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc

2018-09-03 Thread Jonathan Wakely
On 02/09/18 23:36 +0300, Adrian Stratulat wrote: On Sun, Sep 2, 2018 at 11:00 PM Jonathan Wakely wrote: On 02/09/18 22:18 +0300, Adrian Stratulat wrote: >Hello, > >II tried compiling avr-gcc (AVR 8-bit target) with libstdcxx support, >and even if I set the configure parameters to be "disable-s

Re: [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc

2018-09-02 Thread Adrian Stratulat
On Sun, Sep 2, 2018 at 11:00 PM Jonathan Wakely wrote: > > On 02/09/18 22:18 +0300, Adrian Stratulat wrote: > >Hello, > > > >II tried compiling avr-gcc (AVR 8-bit target) with libstdcxx support, > >and even if I set the configure parameters to be "disable-shared" and > >"enable-static", the "confi

Re: [PATCH] Skip check for dlopen() when compiling libstdcxx with avrlibc

2018-09-02 Thread Jonathan Wakely
On 02/09/18 22:18 +0300, Adrian Stratulat wrote: Hello, II tried compiling avr-gcc (AVR 8-bit target) with libstdcxx support, and even if I set the configure parameters to be "disable-shared" and "enable-static", the "configure" step fails because it checks for dlopen() support in avrlibc (which