Explorar el Código

* adds amd64 to the list of uname -m possible results in samplecfg

git-svn-id: trunk@7996 -
Almindor hace 18 años
padre
commit
7f548cf517
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

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