summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2003-03-08 03:35:48 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2003-03-08 03:35:48 +0000
commit07f4d77423472202bcf3a8af9b5acdf531d7cc4d (patch)
treef04a38e1251682b9b16035d0440381055674cf66
parentd9f635395029442acf1a8f2faf31bf7550a7bb54 (diff)
downloadbinutils-redhat-07f4d77423472202bcf3a8af9b5acdf531d7cc4d.tar.gz
* configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after apparent
accidental removal on 2003-01-06.
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/configure.tgt4
2 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 3ded990f17..983ca14668 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2003-03-04 Dmitry Diky <diwil@mail.ru>
* Makefile.am: Add new devices x1122 x1132 emulation
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 96dc4203c8..42c997fe51 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*)
;;