+2001-08-18 Brad <brad@comstyle.com>
+
+ * ltmain.in: Do not remove -lm from deplibs for OpenBSD.
+
2001-08-16 Gary V. Vaughan <gary@gnu.org>
* libltdl/ltdl.c (argz_create_sep): Don't forget to include the
test "X$arg" = "X-lc" && continue
;;
*-*-openbsd*)
- # OpenBSD uses either libc or libc_r.
- continue
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
;;
*-*-rhapsody* | *-*-darwin1.[012])
# Rhapsody C and math libraries are in the System framework
# Don't link with libc until the a.out ld.so is fixed.
;;
*-*-openbsd*)
- # OpenBSD uses either libc or libc_r.
+ # Do not include libc due to us having libc/libc_r.
+ test "X$arg" = "X-lc" && continue
;;
*)
# Add libc to deplibs on all other systems if necessary.