gperf 3.1

This commit is contained in:
Andrius Štikonas 2021-07-08 01:42:56 +01:00
parent 4cd5b9dfbb
commit 3d64db72dc
6 changed files with 31 additions and 0 deletions

View file

@ -702,6 +702,11 @@ GCC 4.7.4 is the last version written in C. This time we build both C and C++ ba
C++ backend has some dependency on ``gperf`` which is written in C++. Fortunately, it is
easy to patch it out and resulting ``g++`` compiler is capable of building ``gperf``.
gperf 3.1
=========
``gperf`` is a perfect hash function generator (hash function is injective).
libunistring 0.9.10
===================