소스 검색

+ added mos6502 support to the main Makefile.fpc

Nikolay Nikolov 2 달 전
부모
커밋
cc94fd88ca
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Makefile
  2. 3 0
      Makefile.fpc

+ 3 - 0
Makefile

@@ -444,6 +444,9 @@ endif
 ifeq ($(CPU_TARGET),loongarch64)
 ifeq ($(CPU_TARGET),loongarch64)
 PPSUF=loongarch64
 PPSUF=loongarch64
 endif
 endif
+ifeq ($(CPU_TARGET),mos6502)
+PPSUF=6502
+endif
 ifdef CROSSCOMPILE
 ifdef CROSSCOMPILE
 ifneq ($(CPU_TARGET),jvm)
 ifneq ($(CPU_TARGET),jvm)
 PPPRE=ppcross
 PPPRE=ppcross

+ 3 - 0
Makefile.fpc

@@ -103,6 +103,9 @@ endif
 ifeq ($(CPU_TARGET),loongarch64)
 ifeq ($(CPU_TARGET),loongarch64)
 PPSUF=loongarch64
 PPSUF=loongarch64
 endif
 endif
+ifeq ($(CPU_TARGET),mos6502)
+PPSUF=6502
+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)