From d55b850c07d19f38ab53df7931c944d12cf5c45a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 8 Mar 2003 03:35:48 +0000 Subject: [PATCH] * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after apparent accidental removal on 2003-01-06. --- ld/ChangeLog | 5 +++++ ld/configure.tgt | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 3ded990f17c..983ca146687 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2003-03-07 Christopher Faylor + + * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after + apparent accidental removal on 2003-01-06. + 2003-03-04 Dmitry Diky * Makefile.am: Add new devices x1122 x1132 emulation diff --git a/ld/configure.tgt b/ld/configure.tgt index 96dc4203c85..42c997fe51d 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -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*) ;; -- 2.30.2