mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 02:28:22 +02:00
+ added PPSUF for z80 in makefile
git-svn-id: branches/z80@44835 -
This commit is contained in:
parent
ed2c19293a
commit
54980555ac
3
Makefile
3
Makefile
@ -398,6 +398,9 @@ endif
|
||||
ifeq ($(CPU_TARGET),xtensa)
|
||||
PPSUF=xtensa
|
||||
endif
|
||||
ifeq ($(CPU_TARGET),z80)
|
||||
PPSUF=z80
|
||||
endif
|
||||
ifdef CROSSCOMPILE
|
||||
ifneq ($(CPU_TARGET),jvm)
|
||||
PPPRE=ppcross
|
||||
|
@ -94,6 +94,9 @@ endif
|
||||
ifeq ($(CPU_TARGET),xtensa)
|
||||
PPSUF=xtensa
|
||||
endif
|
||||
ifeq ($(CPU_TARGET),z80)
|
||||
PPSUF=z80
|
||||
endif
|
||||
|
||||
# cross compilers uses full cpu_target, not just ppc-suffix
|
||||
# (except if the target cannot run a native compiler)
|
||||
|
Loading…
Reference in New Issue
Block a user