summaryrefslogtreecommitdiff
blob: 5ec141f945d3d5140a07dace45d5219214ff2065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- config.orig	2005-10-12 01:05:03.000000000 -0400
+++ config	2005-10-12 01:05:16.000000000 -0400
@@ -564,8 +564,8 @@
   parisc*-*-linux2)
 	# 64-bit builds under parisc64 linux are not supported and
 	# compiler is expected to generate 32-bit objects...
-	CPUARCH=`awk '/cpu family/{print substr($5,1,3); exit(0);}' /proc/cpuinfo`
-	CPUSCHEDULE=`awk '/^cpu.[ 	]*: PA/{print substr($3,3); exit(0);}' /proc/cpuinfo`
+	CPUARCH=`awk '/cpu family/{print substr($5,1,3); exit(0);}' /proc/cpuinfo | head -n 1`
+	CPUSCHEDULE=`awk '/^cpu.[ 	]*: PA/{print substr($3,3); exit(0);}' /proc/cpuinfo | head -n 1`
 
 	# ??TODO ??  Model transformations
 	# 0. CPU Architecture for the 1.1 processor has letter suffixes. We strip that off