summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawnManget <[email protected]>2022-05-10 12:00:05 +0800
committerDawnManget <[email protected]>2022-05-10 12:00:05 +0800
commitef7924ec6f8368b096789d510f5890bb46989ea0 (patch)
treedf5236ee8c8f303686c1966d449daec0b0b1311c
parentfdd33995a73e871d43409cdb541ebf1ec8cc300b (diff)
review5: add keil-c51 toolchain & rules
-rw-r--r--xmake/rules/c51/xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/rules/c51/xmake.lua b/xmake/rules/c51/xmake.lua
index 44c2d3483..6e4654082 100644
--- a/xmake/rules/c51/xmake.lua
+++ b/xmake/rules/c51/xmake.lua
@@ -1,5 +1,4 @@
-
-rule("c51.static")
+rule("c51.binary")
on_load(function (target)
-- we disable checking flags for cross toolchain automatically
target:set("policy", "check.auto_ignore_flags", false)