[PATCH] Add NATIVE_LIB_DIRS setting back for cygwin.
Christopher Faylor
cgf@redhat.com
Sat Mar 8 03:39:00 GMT 2003
More information about the Binutils mailing list
Sat Mar 8 03:39:00 GMT 2003
- Previous message (by thread): [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin.
- Next message (by thread): [Patch/pe-i386]: ld/deffilep.y parsing of C++ mangled names with '.'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, Mar 07, 2003 at 10:35:50PM -0500, Christopher Faylor wrote: >I'm checking in the the patch which below recreates NATIVE_LIB_DIRS for >cygwin. Wow, can you tell I'm sick? Translation: "I'm checking in the patch below which recreates NATIVE_LIB_DIRS for cygwin." cgf >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. > >Index: configure.tgt >=================================================================== >RCS file: /cvs/src/src/ld/configure.tgt,v >retrieving revision 1.120 >diff -u -p -r1.120 configure.tgt >--- configure.tgt 4 Mar 2003 17:02:40 -0000 1.120 >+++ configure.tgt 8 Mar 2003 03:33:46 -0000 >@@ -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*) > ;;
- Previous message (by thread): [PATCH] Add NATIVE_LIB_DIRS setting back for cygwin.
- Next message (by thread): [Patch/pe-i386]: ld/deffilep.y parsing of C++ mangled names with '.'
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list