summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-cortexm3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/tune-cortexm3.inc')
-rw-r--r--conf/machine/include/tune-cortexm3.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/tune-cortexm3.inc b/conf/machine/include/tune-cortexm3.inc
new file mode 100644
index 0000000000..6da9aeedda
--- /dev/null
+++ b/conf/machine/include/tune-cortexm3.inc
@@ -0,0 +1,4 @@
+# valid options for -march: `armv7', `armv7-m'
+TARGET_CC_ARCH = "-march=armv7-m -mtune=cortex-m3 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7"
+BASE_PACKAGE_ARCH = "armv7"