blob: 1e37810f843c343b16d55f4f779fa20ea265e734 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- build/ltmain.sh.orig Fri May 20 21:41:54 2005
+++ build/ltmain.sh Wed May 25 14:38:21 2005
@@ -1492,7 +1492,7 @@
# These systems don't actually have a C library (as such)
test "X$arg" = "X-lc" && continue
;;
- *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
+ *-*-openbsd* | *-*-freebsd4* | *-*-dragonfly*)
# Do not include libc due to us having libc/libc_r.
test "X$arg" = "X-lc" && continue
;;
|