diff options
author | Christopher Faylor <me@cgf.cx> | 2000-12-03 05:40:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-12-03 05:40:45 +0000 |
commit | 8494f61e7caa353ce2073fa7e021a862aed7cf10 (patch) | |
tree | ba59a014b76c7a226939dd7504caa40f0c1ee930 /winsup/ChangeLog | |
parent | b0a187e20478d81b53dc9d40c35e6df65a94c7e0 (diff) | |
download | newlib-8494f61e7caa353ce2073fa7e021a862aed7cf10.zip newlib-8494f61e7caa353ce2073fa7e021a862aed7cf10.tar.gz newlib-8494f61e7caa353ce2073fa7e021a862aed7cf10.tar.bz2 |
* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX for
g++ compiles.
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
Diffstat (limited to 'winsup/ChangeLog')
-rw-r--r-- | winsup/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog index 3e72052..6dabc9d 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 3 00:21:31 2000 Christopher Faylor <cgf@cygnus.com> + + * Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use + CXX for g++ compiles. + * configure.in: Find correct c++ compiler. + * configure: Regenerate. + Mon Oct 23 00:50:02 2000 Christopher Faylor <cgf@cygnus.com> * Makefile.common (LIBGCC): Acommodate older gcc's that don't need |