aboutsummaryrefslogtreecommitdiff
path: root/cross/armcc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cross/armcc.txt')
-rw-r--r--cross/armcc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/armcc.txt b/cross/armcc.txt
index c884ffa..ae65c9e 100644
--- a/cross/armcc.txt
+++ b/cross/armcc.txt
@@ -7,7 +7,7 @@ cpp = 'armcc'
ar = 'armar'
strip = 'armar'
-[properties]
+[built-in options]
# The '--cpu' option with the appropriate target type should be mentioned
# to cross compile c/c++ code with armcc,.
c_args = ['--cpu=Cortex-M0plus']