mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +02:00
* now linux crosscompile works
This commit is contained in:
parent
a1d6837ee2
commit
428a7c051f
4
Makefile
4
Makefile
@ -223,10 +223,10 @@ ifeq ($(CPU_TARGET),alpha)
|
||||
PPSUF=axp
|
||||
endif
|
||||
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
||||
PPPRE=ppcross$(CPU_TARGET)
|
||||
PPPRE=ppcross
|
||||
else
|
||||
ifneq ($(CPU_TARGET),$(CPU_SOURCE))
|
||||
PPPRE=ppcross$(CPU_TARGET)
|
||||
PPPRE=ppcross
|
||||
else
|
||||
PPPRE=ppc
|
||||
endif
|
||||
|
@ -38,12 +38,12 @@ ifeq ($(CPU_TARGET),alpha)
|
||||
PPSUF=axp
|
||||
endif
|
||||
|
||||
|
||||
# cross compilers uses full cpu_target, not just ppc-suffix.
|
||||
ifneq ($(OS_TARGET),$(OS_SOURCE))
|
||||
PPPRE=ppcross$(CPU_TARGET)
|
||||
PPPRE=ppcross
|
||||
else
|
||||
ifneq ($(CPU_TARGET),$(CPU_SOURCE))
|
||||
PPPRE=ppcross$(CPU_TARGET)
|
||||
PPPRE=ppcross
|
||||
else
|
||||
PPPRE=ppc
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user