Преглед изворни кода

* Replaced "uname m" from which the output was not very consistent with "fpc -PP"

git-svn-id: trunk@8084 -
joost пре 18 година
родитељ
комит
787b968e70
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
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="