[openfirmware] [commit] r2125 - forth/lib

repository service svn at openfirmware.info
Thu Jan 20 00:26:40 CET 2011


Author: wmb
Date: Thu Jan 20 00:26:40 2011
New Revision: 2125
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2125

Log:
Added "x86" to CPU type recognizer script (alternative i*86)

Modified:
   forth/lib/hostcpu.sh

Modified: forth/lib/hostcpu.sh
==============================================================================
--- forth/lib/hostcpu.sh	Thu Jan 20 00:25:52 2011	(r2124)
+++ forth/lib/hostcpu.sh	Thu Jan 20 00:26:40 2011	(r2125)
@@ -4,6 +4,7 @@
     sun4*) CPUNAME=sparc ;;
     ppc)   CPUNAME=powerpc ;;
     i*86)  CPUNAME=x86 ;;
+    x86*)  CPUNAME=x86 ;;
     mips)  CPUNAME=mips ;;
     arm*)  CPUNAME=arm ;;
     sun3)  CPUNAME=m68k ;;



More information about the openfirmware mailing list