From 10168d542ca9dd8f50fcbc7d3d96915e90b9cd1e Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Thu, 1 Aug 2019 19:11:44 +0100 Subject: [PATCH] Change minimum gperf version to 3.0. vhdlpp uses the --ignore-case option, which isn't supported in 2.7. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index d44a106e5..cbc660666 100644 --- a/README.txt +++ b/README.txt @@ -47,7 +47,7 @@ on a UNIX-like system: - bison and flex - - gperf 2.7 or later + - gperf 3.0 or later The lexical analyzer doesn't recognize keywords directly, but instead matches symbols and looks them up in a hash table in order to get the proper lexical code. The gperf