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