diff options
| author | ruki <[email protected]> | 2020-03-16 23:05:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-16 12:35:40 +0800 |
| commit | 545cace2e633a3232a7f4565ee596b8114b44942 (patch) | |
| tree | 4240ba6343a8bc52c6bf1002ec4a8b1608ebfada /xmake/modules/core/tools/sdcc.lua | |
| parent | 76e2096c698142f07f3db817fc1a229c931cc274 (diff) | |
add sdcc platform
Diffstat (limited to 'xmake/modules/core/tools/sdcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/sdcc.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/modules/core/tools/sdcc.lua b/xmake/modules/core/tools/sdcc.lua index 8fb1af30a..c5f720b3f 100644 --- a/xmake/modules/core/tools/sdcc.lua +++ b/xmake/modules/core/tools/sdcc.lua @@ -31,9 +31,6 @@ function init(self) -- init cxflags for the kind: shared self:set("shared.cxflags", "-fPIC") - -- init the file formats - self:set("formats", {object = "$(name).rel"}) - -- init flags map self:set("mapflags", { |
