aboutsummaryrefslogtreecommitdiff
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
commitd55b850c07d19f38ab53df7931c944d12cf5c45a (patch)
treefa17e2fb366e6467e70e5627ee9c370f924e2402
parentc44641fc32bfbd5c34b52f8e26b36a2f3ae8ac68 (diff)
downloadgdb-d55b850c07d19f38ab53df7931c944d12cf5c45a.zip
gdb-d55b850c07d19f38ab53df7931c944d12cf5c45a.tar.gz
gdb-d55b850c07d19f38ab53df7931c944d12cf5c45a.tar.bz2
* 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 3ded990..983ca14 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 96dc420..42c997f 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*)
;;