diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-29 04:15:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-29 04:15:52 +0000 |
commit | b7f68d3e9d605cba6151e05c305ccfa827111286 (patch) | |
tree | 936d34aaa51d614ad12e7518ebb1a3290ffce46d /winsup/ChangeLog | |
parent | 247808c13b9a843dba8d337e8c2080c396839876 (diff) | |
download | newlib-b7f68d3e9d605cba6151e05c305ccfa827111286.zip newlib-b7f68d3e9d605cba6151e05c305ccfa827111286.tar.gz newlib-b7f68d3e9d605cba6151e05c305ccfa827111286.tar.bz2 |
* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
CXXFLAGS is properly interpreted.
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 798f200..c04c562 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,8 @@ +2003-03-28 Christopher Faylor <cgf@redhat.com> + + * Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that + CXXFLAGS is properly interpreted. + 2003-03-17 Christopher Faylor <cgf@redhat.com> * Makefile.common (w32api_lib): Default to system w32api directory if |