* configure.tgt: Add NATIVE_LIB_DIRS for cygwin target back after apparent

accidental removal on 2003-01-06.
This commit is contained in:
Christopher Faylor 2003-03-08 03:35:48 +00:00
parent c44641fc32
commit d55b850c07
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

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