diff options
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ltmain.sh b/ltmain.sh index eba25223e45..cebed74c167 100644 --- a/ltmain.sh +++ b/ltmain.sh @@ -1798,6 +1798,9 @@ compiler." *-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*) # these systems don't actually have a c library (as such)! ;; + *-*-freebsd*) + #FreeBSD needs to handle -lc and -lc_r itself + ;; *-*-rhapsody*) # rhapsody is a little odd... deplibs="$deplibs -framework System" |