mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Convert WORDSIZE[32|64]/ld entries to abi-variants
This commit is contained in:
@ -7,17 +7,6 @@ BEGIN {
|
||||
|
||||
{ thiscf = $1 }
|
||||
|
||||
$2 ~ /WORDSIZE[3264]/ {
|
||||
if ((config ~ thiscf) && !othercf) {
|
||||
othercf = $3;
|
||||
sub(/@CPU@/, cpu, othercf);
|
||||
sub(/@VENDOR@/, vendor, othercf);
|
||||
sub(/@OS@/, os, othercf);
|
||||
configs[othercf] = $2;
|
||||
}
|
||||
next;
|
||||
}
|
||||
|
||||
$2 == "ABI" {
|
||||
if ((config ~ thiscf) && !abiname) {
|
||||
abiname = $3;
|
||||
|
Reference in New Issue
Block a user