* now linux crosscompile works

This commit is contained in:
marco 2003-10-04 11:47:56 +00:00
parent a1d6837ee2
commit 428a7c051f
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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