public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin.
@ 2003-03-08  3:35 Christopher Faylor
  2003-03-08  3:39 ` Christopher Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Christopher Faylor @ 2003-03-08  3:35 UTC (permalink / raw)
  To: binutils

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

cgf

2003-03-07  Christopher Faylor  <cgf@redhat.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*)
   ;;
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin.
  2003-03-08  3:35 [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin Christopher Faylor
@ 2003-03-08  3:39 ` Christopher Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Faylor @ 2003-03-08  3:39 UTC (permalink / raw)
  To: binutils

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@redhat.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*)
>   ;;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-03-08  3:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-08  3:35 [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin Christopher Faylor
2003-03-08  3:39 ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).