summaryrefslogtreecommitdiff
path: root/compiler/arm-none-eabi-m4/compiler.yml
diff options
context:
space:
mode:
authorsterling <sterling@micosa.net>2015-06-23 12:11:15 -0700
committersterling <sterling@micosa.net>2015-06-23 12:11:15 -0700
commita08fcb3ed1c40980ea058110671cc2ef39ed85e3 (patch)
tree56724ea1aae9a3c37fdff7e0a59b555715214b78 /compiler/arm-none-eabi-m4/compiler.yml
development test repository first commit
Diffstat (limited to 'compiler/arm-none-eabi-m4/compiler.yml')
-rw-r--r--compiler/arm-none-eabi-m4/compiler.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/compiler/arm-none-eabi-m4/compiler.yml b/compiler/arm-none-eabi-m4/compiler.yml
new file mode 100644
index 00000000..4b0b223f
--- /dev/null
+++ b/compiler/arm-none-eabi-m4/compiler.yml
@@ -0,0 +1,10 @@
+compiler.path.cc: arm-none-eabi-gcc
+compiler.path.archive: arm-none-eabi-ar
+compiler.path.as: arm-none-eabi-gcc -x assembler-with-cpp
+compiler.path.objdump: arm-none-eabi-objdump
+compiler.path.objsize: arm-none-eabi-objsize
+
+
+compiler.flags.default: -mcpu=cortex-m4 -mthumb-interwork -mthumb
+compiler.flags.optimized: -Os
+compiler.flags.debug: [compiler.flags.default, -O3 -ggdb]