libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Improved NetBSD support


From: Nick Hudson
Subject: Re: [PATCH] Improved NetBSD support
Date: Sat, 21 Apr 2001 09:10:46 +0100

"Gary V. Vaughan" wrote:
> 
> On Friday 20 April 2001 12:33 pm, Nick Hudson wrote:
> > Attached is a patch that bring head up to date with the NetBSD pkgsrc
> > libtool.
> 
> Applied to HEAD and ported to MLB.
> 
> Thanks!
>         Gary.

Actually there was a mistake in the patch. The attached patch corrects
it.

Nick
-- 
aka address@hidden, address@hidden
? libtool-head.diffs
? libtool-head.diff
Index: ltmain.in
===================================================================
RCS file: /cvsroot/libtool/libtool/ltmain.in,v
retrieving revision 1.255
diff -c -r1.255 ltmain.in
*** ltmain.in   2001/04/20 20:55:18     1.255
--- ltmain.in   2001/04/21 08:05:55
***************
*** 1032,1040 ****
            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
--- 1032,1037 ----
***************
*** 2438,2443 ****
--- 2435,2443 ----
            # 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]