This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin.


On Fri, Mar 07, 2003 at 10:35:50PM -0500, Christopher Faylor wrote:
>I'm checking in the the patch which below recreates NATIVE_LIB_DIRS for
>cygwin.

Wow, can you tell I'm sick?  Translation:

"I'm checking in the patch below which recreates NATIVE_LIB_DIRS for
cygwin."

cgf

>2003-03-07  Christopher Faylor  <cgf at redhat dot com>
>
>	* configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after
>	apparent accidental removal on 2003-01-06.
>
>Index: configure.tgt
>===================================================================
>RCS file: /cvs/src/src/ld/configure.tgt,v
>retrieving revision 1.120
>diff -u -p -r1.120 configure.tgt
>--- configure.tgt	4 Mar 2003 17:02:40 -0000	1.120
>+++ configure.tgt	8 Mar 2003 03:33:46 -0000
>@@ -579,6 +579,10 @@ sparc*-*-solaris2*)
>   NATIVE_LIB_DIRS='/usr/local/lib /usr/ccs/lib /lib /usr/lib'
>   ;;
> 
>+i[03-9x]86-*-cygwin*)
>+  NATIVE_LIB_DIRS='/usr/lib /usr/lib/w32api'
>+  ;;
>+
> *-*-linux*)
>   ;;


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