diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-26 01:51:39 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-26 01:51:39 +0000 |
commit | c2af0de226df8a72766ec7fa19940b8177e958cd (patch) | |
tree | ea207d5adc99feaa97318995e597b2f896f6e585 /winsup/ChangeLog | |
parent | ffe3e7ef4f4b34b31bd49f388ea79df469bf5442 (diff) | |
download | newlib-c2af0de226df8a72766ec7fa19940b8177e958cd.zip newlib-c2af0de226df8a72766ec7fa19940b8177e958cd.tar.gz newlib-c2af0de226df8a72766ec7fa19940b8177e958cd.tar.bz2 |
* Makefile.in: Only use localhost when building mingw with distcc or gcc won't
be able to find .exp files on other hosts.
Diffstat (limited to 'winsup/ChangeLog')
-rw-r--r-- | winsup/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog index b409de9..72ef685 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,8 @@ +2003-07-25 Christopher Faylor <cgf@redhat.com> + + * Makefile.in: Only use localhost when building mingw with distcc or + gcc won't be able to find .exp files on other hosts. + 2003-07-18 Vaclav Haisman <V.Haisman@sh.cvut.cz> * Makefile.common (CFLAGS_COMMON): Remove -march=i386. |