diff options
author | Christopher Faylor <me@cgf.cx> | 2002-01-22 01:40:11 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-01-22 01:40:11 +0000 |
commit | 51076b73607c16e0403dca41ddcf58ca64627b55 (patch) | |
tree | ae9f548c08e3a14a54c9c11cc4523b5940f56d91 /winsup/cygwin/ChangeLog | |
parent | 2290b866373c35d61a14da48b215b188db89ba9e (diff) | |
download | newlib-51076b73607c16e0403dca41ddcf58ca64627b55.zip newlib-51076b73607c16e0403dca41ddcf58ca64627b55.tar.gz newlib-51076b73607c16e0403dca41ddcf58ca64627b55.tar.bz2 |
* Makefile.in (libpthread.a): Pass the assembler also.
(libm.a): Ditto.
(libc.a): Ditto.
* speclib: Specify the assembler to dlltool.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4ad195a..156e975 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2002-01-21 DJ Delorie <dj@redhat.com> + + * Makefile.in (libpthread.a): Pass the assembler also. + (libm.a): Ditto. + (libc.a): Ditto. + * speclib: Specify the assembler to dlltool. + 2002-01-21 Christopher Faylor <cgf@redhat.com> * include/cygwin/version.h: Bump DLL minor number. |