This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [RFA] Change libiberty on 5.1 branch? [oops]


Re: Previous mail
Please note that the previous email had a Reply-To set to gdb-patches.
That was inadvertent.  Sorry about that.

cgf

On Mon, Nov 05, 2001 at 02:28:30PM -0500, Christopher Faylor wrote:
>I'd like to backport a cygwin-related libiberty configure.in patch from
>the trunk to the 5.1 branch.
>
>Is that ok?
>
>cgf
>
>Tue Aug 21 12:35:04 2001  Christopher Faylor <cgf@cygnus.com>
>
>	* configure.in: Need to set HAVE_SYS_ERRLIST and HAVE_SYS_NERR whenever
>	hosting on cygwin.
>	* configure: Regenerate.
>
>Index: configure.in
>===================================================================
>RCS file: /cvs/src/src/libiberty/configure.in,v
>retrieving revision 1.13
>diff -u -p -r1.13 configure.in
>--- configure.in	2001/07/05 17:29:17	1.13
>+++ configure.in	2001/11/05 19:23:52
>@@ -190,6 +190,13 @@ fi
> 
> AC_SUBST(CHECK)
> 
>+case "${host}" in
>+  *-*-cygwin*) 
>+    AC_DEFINE(HAVE_SYS_ERRLIST)
>+    AC_DEFINE(HAVE_SYS_NERR)
>+    ;;
>+esac
>+
> if test -z "${setobjs}"; then
>   case "${host}" in
> 

-- 
cgf@redhat.com                        Red Hat, Inc.
http://sources.redhat.com/            http://www.redhat.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]