about summary refs log tree commit diff
path: root/scripts/soversions.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/soversions.awk')
-rw-r--r--scripts/soversions.awk11
1 files changed, 0 insertions, 11 deletions
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;