From 787b968e7015d73f7da4ea39889d907041fc6219 Mon Sep 17 00:00:00 2001 From: joost Date: Tue, 17 Jul 2007 17:39:35 +0000 Subject: [PATCH] * Replaced "uname m" from which the output was not very consistent with "fpc -PP" git-svn-id: trunk@8084 - --- compiler/utils/samplecfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/samplecfg b/compiler/utils/samplecfg index 58c70dc747..a6ef113bfd 100644 --- a/compiler/utils/samplecfg +++ b/compiler/utils/samplecfg @@ -125,7 +125,7 @@ esac CPUCROSSIFDEF1="#DEFINE NEEDCROSSBINUTILS" CPUCROSSIFDEF2="" -case `uname -m` in +case `fpc -PP` in i?86|x86_64|amd64) # Cross-binutils are not needed to compile for i386 on an x86_64 system CPUCROSSIFDEF1="