1
0
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:
H.J. Lu
2012-05-26 10:46:59 -07:00
parent 3a85279c0b
commit 0ab0291b84
20 changed files with 186 additions and 149 deletions

View File

@ -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;