libtool-patches
[Top][All Lists]
Advanced

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

Re: FYI: [PATCH] RDOS support for libtool


From: Ralf Wildenhues
Subject: Re: FYI: [PATCH] RDOS support for libtool
Date: Fri, 13 Jan 2006 11:07:19 +0100
User-agent: Mutt/1.5.11

* Ralf Wildenhues wrote on Thu, Jan 12, 2006 at 11:04:03PM CET:
> * Leif Ekblad wrote on Thu, Jan 12, 2006 at 04:48:39PM CET:
> > I enclose request for patches and changelog for RDOS support for
> > libtool.
> 
> Thanks!  Applied to branch-1-5 and HEAD as shown below.

OMG.  Applied this fix to HEAD for my brown paper bag of last night.

Sorry for that,
Ralf

        * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC): Fix my forward port
        error of last commit.

Index: libltdl/m4/libtool.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/m4/libtool.m4,v
retrieving revision 1.56
diff -u -r1.56 libtool.m4
--- libltdl/m4/libtool.m4       12 Jan 2006 22:02:56 -0000      1.56
+++ libltdl/m4/libtool.m4       13 Jan 2006 10:06:20 -0000
@@ -3793,7 +3793,7 @@
       ;;
 
     rdos*)
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
     solaris*)




reply via email to

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