From 8dfb6e866604516ecff093404cec9182a1c3d6b1 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 16 Mar 2020 23:16:09 +0800 Subject: add port/arch for sdcc --- xmake/platforms/sdcc/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/platforms/sdcc/xmake.lua b/xmake/platforms/sdcc/xmake.lua index 82dc92e6a..b06094f9f 100644 --- a/xmake/platforms/sdcc/xmake.lua +++ b/xmake/platforms/sdcc/xmake.lua @@ -25,7 +25,7 @@ platform("sdcc") set_hosts("macosx", "linux", "windows") -- set archs - set_archs("stm8", "mcs51") + set_archs("stm8", "mcs51", "z80", "z180", "r2k", "r3ka", "s08", "hc08") -- set formats set_formats {static = "$(name).lib", object = "$(name).rel", binary = "$(name).bin", symbol = "$(name).sym"} -- cgit v1.3.1