mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 23:21:57 +02:00
* Replaced "uname m" from which the output was not very consistent with "fpc -PP"
git-svn-id: trunk@8084 -
This commit is contained in:
parent
28bab3fb4f
commit
787b968e70
@ -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="
|
||||
|
Loading…
Reference in New Issue
Block a user