blob: f5dbc4f7f8779d4b1c68d9836c398868841e56c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: patch-libstdc++-v3_configure.ac,v 1.1 2022/10/17 13:25:31 js Exp $
Don't check for dlopen in libstdc++-v3 - it causes a link test after
GCC_NO_EXECUTABLES.
--- libstdc++-v3/configure.ac.orig 2021-07-28 06:55:09.228314429 +0000
+++ libstdc++-v3/configure.ac
@@ -90,9 +90,6 @@ AC_SYS_LARGEFILE
GLIBCXX_CONFIGURE
# Libtool setup.
-if test "x${with_newlib}" != "xyes" && test "x${with_avrlibc}" != "xyes"; then
- AC_LIBTOOL_DLOPEN
-fi
AM_PROG_LIBTOOL
ACX_LT_HOST_FLAGS
AC_SUBST(enable_shared)
|