mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* scripts/soversions.awk: Only record first WORDSIZE{32,64}
matching line.
This commit is contained in:
@ -8,7 +8,7 @@ BEGIN {
|
||||
{ thiscf = $1 }
|
||||
|
||||
$2 ~ /WORDSIZE[3264]/ {
|
||||
if (config ~ thiscf) {
|
||||
if ((config ~ thiscf) && !othercf) {
|
||||
othercf = $3;
|
||||
sub(/@CPU@/, cpu, othercf);
|
||||
sub(/@VENDOR@/, vendor, othercf);
|
||||
|
Reference in New Issue
Block a user