From 0ab0291b84b45f2389a019af2c88bf5169d14f64 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 26 May 2012 10:46:59 -0700 Subject: Convert WORDSIZE[32|64]/ld entries to abi-variants --- scripts/soversions.awk | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'scripts/soversions.awk') diff --git a/scripts/soversions.awk b/scripts/soversions.awk index 55577ccc7e..dc8afdc205 100644 --- a/scripts/soversions.awk +++ b/scripts/soversions.awk @@ -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; -- cgit v1.2.3