1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Fix build with mingw.

This commit is contained in:
Bruno Haible
2016-11-27 19:57:34 +01:00
parent 13df195c62
commit 152c76427f
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2016-11-27 Bruno Haible <bruno@clisp.org>
Fix build with mingw.
* README.windows: Augment PATH for mingw, so that it finds libstdc++.
2016-11-27 Bruno Haible <bruno@clisp.org>
Assume the available C compiler supports ANSI C. Remove K&R C cruft.