From: Christopher Faylor Date: Sat, 8 Mar 2003 03:35:48 +0000 (+0000) Subject: * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after apparent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d55b850c07d19f38ab53df7931c944d12cf5c45a;p=binutils-gdb.git * configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after apparent accidental removal on 2003-01-06. --- 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*) ;;