]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix gen-tunables.awk to work with older awk
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 19 Jun 2017 09:17:21 +0000 (14:47 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 19 Jun 2017 09:17:22 +0000 (14:47 +0530)
commita4de0a9008d6f15e1509c9818ba6e50d78bb83f3
treed5e7c118dc6e939b9c8292609d9395e0dc7e4f90
parent5e5b3b886635b52d9baa87414b97965190035e46
Fix gen-tunables.awk to work with older awk

Awk 3.1.x does not support multi-dimensional arrays, so fix up to make
sure that gen-tunables.awk works on it.

* scripts/gen-tunables.awk: Avoid multi-dimensional arrays.
ChangeLog
scripts/gen-tunables.awk