Browse Source

+ added PPSUF for z80 in makefile

git-svn-id: branches/z80@44835 -
nickysn 5 years ago
parent
commit
54980555ac
2 changed files with 6 additions and 0 deletions
  1. 3 0
      Makefile
  2. 3 0
      Makefile.fpc

+ 3 - 0
Makefile

@@ -398,6 +398,9 @@ endif
 ifeq ($(CPU_TARGET),xtensa)
 ifeq ($(CPU_TARGET),xtensa)
 PPSUF=xtensa
 PPSUF=xtensa
 endif
 endif
+ifeq ($(CPU_TARGET),z80)
+PPSUF=z80
+endif
 ifdef CROSSCOMPILE
 ifdef CROSSCOMPILE
 ifneq ($(CPU_TARGET),jvm)
 ifneq ($(CPU_TARGET),jvm)
 PPPRE=ppcross
 PPPRE=ppcross

+ 3 - 0
Makefile.fpc

@@ -94,6 +94,9 @@ endif
 ifeq ($(CPU_TARGET),xtensa)
 ifeq ($(CPU_TARGET),xtensa)
 PPSUF=xtensa
 PPSUF=xtensa
 endif
 endif
+ifeq ($(CPU_TARGET),z80)
+PPSUF=z80
+endif
 
 
 # cross compilers uses full cpu_target, not just ppc-suffix
 # cross compilers uses full cpu_target, not just ppc-suffix
 # (except if the target cannot run a native compiler)
 # (except if the target cannot run a native compiler)