libstdc++: Disabling AC_LIBTOOL_DLOPEN check if building with avr-libc
authorVladimir Vishnevsky <vv.os.swe@gmail.com>
Tue, 15 Dec 2020 11:40:07 +0000 (11:40 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 15 Dec 2020 11:45:26 +0000 (11:45 +0000)
commita929b39aa32a6bc65158bd8e32ce96bc1c906065
treea58e8ae48fb67c68854bfe57480dffc8d32613d5
parentcf4ed3b41594b6935a337fe0aaf8149eadf88751
libstdc++: Disabling AC_LIBTOOL_DLOPEN check if building with avr-libc

The AC_LIBTOOL_DLOPEN checks were previously disabled for newlib targets.
The patch applies similar logic to avr-libc based builds.

libstdc++-v3/ChangeLog:

* configure.ac: Skip AC_LIBTOOL_DLOPEN check if avr-libc is used.
* configure: Regenerate.
libstdc++-v3/configure
libstdc++-v3/configure.ac