Loading ltmain.sh +3 −3 Original line number Diff line number Diff line Loading @@ -1043,14 +1043,14 @@ compiler." # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd*) *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd*) *-*-openbsd* | *-*-freebsd*) # Do not include libc_r directly, use -pthread flag. continue ;; Loading Loading @@ -2441,7 +2441,7 @@ compiler." *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd*) *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. ;; *) Loading Loading
ltmain.sh +3 −3 Original line number Diff line number Diff line Loading @@ -1043,14 +1043,14 @@ compiler." # These systems don't actually have a C library (as such) test "X$arg" = "X-lc" && continue ;; *-*-openbsd*) *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. test "X$arg" = "X-lc" && continue ;; esac elif test "X$arg" = "X-lc_r"; then case $host in *-*-openbsd*) *-*-openbsd* | *-*-freebsd*) # Do not include libc_r directly, use -pthread flag. continue ;; Loading Loading @@ -2441,7 +2441,7 @@ compiler." *-*-netbsd*) # Don't link with libc until the a.out ld.so is fixed. ;; *-*-openbsd*) *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. ;; *) Loading