diff options
| author | ruki <[email protected]> | 2020-03-16 23:16:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-16 13:36:58 +0800 |
| commit | 8dfb6e866604516ecff093404cec9182a1c3d6b1 (patch) | |
| tree | c00ff4f5352ed418e4c1aaef591c9dc4d176e65a | |
| parent | e1806e88d3f161deaa89f912e7b27039810dded3 (diff) | |
add port/arch for sdcc
| -rw-r--r-- | xmake/platforms/sdcc/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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"} |
