From 7f548cf5177db16b2f548812011792ad503ab3b5 Mon Sep 17 00:00:00 2001 From: Almindor Date: Mon, 9 Jul 2007 21:14:59 +0000 Subject: [PATCH] * adds amd64 to the list of uname -m possible results in samplecfg git-svn-id: trunk@7996 - --- compiler/utils/samplecfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/samplecfg b/compiler/utils/samplecfg index 7512be7ab4..58c70dc747 100644 --- a/compiler/utils/samplecfg +++ b/compiler/utils/samplecfg @@ -126,7 +126,7 @@ CPUCROSSIFDEF1="#DEFINE NEEDCROSSBINUTILS" CPUCROSSIFDEF2="" 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 CPUCROSSIFDEF1=" #IFNDEF CPUI386