mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* ltmain.in: Correct an error in yesterday's patch.
This commit is contained in:
parent
f67d1c368b
commit
30eea50730
@ -1,3 +1,7 @@
|
||||
2001-04-21 Nick Hudson <skrll@netbsd.org>
|
||||
|
||||
* ltmain.in: Correct an error in yesterday's patch.
|
||||
|
||||
2001-04-20 Nick Hudson <skrll@netbsd.org>
|
||||
|
||||
* libtool.m4: Improve NetBSD support.
|
||||
|
@ -1032,9 +1032,6 @@ compiler."
|
||||
deplibs="$deplibs -framework System"
|
||||
continue
|
||||
;;
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
esac
|
||||
elif test "$arg" = "-lm"; then
|
||||
case $host in
|
||||
@ -2438,6 +2435,9 @@ compiler."
|
||||
# Rhapsody C library is in the System framework
|
||||
deplibs="$deplibs -framework System"
|
||||
;;
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
|
Loading…
Reference in New Issue
Block a user