]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Revert "libtool: Skip passing CXX flags test on NetBSD"
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Mon, 10 Feb 2025 19:25:00 +0000 (21:25 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 13 Feb 2025 15:02:16 +0000 (17:02 +0200)
This reverts commit 2da3546a0de5c952a2ffd20db6ff310a32a6f373.

tests/flags.at

index 425ba6af31c4827b1cd511bbe09888e235b161f6..b13ed0bd92bf19bc945c33f746136ae72caff515 100644 (file)
@@ -23,17 +23,7 @@ m4_foreach([lt_tag], [CC, CXX, OBJC, OBJCXX, F77, FC, GCJ],
 AT_KEYWORDS([libtool])
 LT_AT_TAG(m4_defn([lt_tag]))
 
-case $host_os in
-  # FIXME: Locate shared version of gcc library for NetBSD.
-  netbsd*)
-    if test "CXX" = "lt_tag"; then
-      AT_SKIP_IF([:])
-    fi
-    ;;
-  *)
-    LDFLAGS="$LDFLAGS -no-undefined"
-    ;;
-esac
+LDFLAGS="$LDFLAGS -no-undefined"
 eval "`$LIBTOOL --config | $EGREP '^(FGREP)='`"
 
 m4_case(lt_tag,