Browse Source

* use i?86 instead of i386

git-svn-id: trunk@6939 -
peter 18 years ago
parent
commit
7d6637456b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -126,7 +126,7 @@ CPUCROSSIFDEF1="#DEFINE NEEDCROSSBINUTILS"
 CPUCROSSIFDEF2=""
 
 case `arch` in
-  i386|x86_64)
+  i?86|x86_64)
     # Cross-binutils are not needed to compile for i386 on an x86_64 system
     CPUCROSSIFDEF1="
 #IFNDEF CPUI386