[oe-commits] org.oe.dev tune files: add files for generic armv7 and cortex series

koen commit oe at amethyst.openembedded.net
Mon Mar 17 09:03:33 UTC 2008


tune files: add files for generic armv7 and cortex series
* http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
* http://en.wikipedia.org/wiki/ARM_architecture

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b532a8581909bf666067266d07f216c6f12a400b
ViewMTN: http://monotone.openembedded.org/revision/info/b532a8581909bf666067266d07f216c6f12a400b
Files:
1
conf/machine/include/tune-armv7.inc
conf/machine/include/tune-cortexa8.inc
conf/machine/include/tune-cortexm1.inc
conf/machine/include/tune-cortexm3.inc
conf/machine/include/tune-cortexr4.inc
Diffs:

#
# mt diff -rc74f01bd65da3981e9b664ae5e0729eb893f8aa8 -rb532a8581909bf666067266d07f216c6f12a400b
#
#
#
# add_file "conf/machine/include/tune-armv7.inc"
#  content [5d179d610d1d29b5b262739d062c83c35f278b0c]
# 
# add_file "conf/machine/include/tune-cortexa8.inc"
#  content [734dda5b38d4eb44e7d1a77fec089371a02c50be]
# 
# add_file "conf/machine/include/tune-cortexm1.inc"
#  content [13409d125701403164cfa8aa723a0e603f7c0e51]
# 
# add_file "conf/machine/include/tune-cortexm3.inc"
#  content [ddd5d65a2557fede5f8d6dea4f1ddcb130e7d9e5]
# 
# add_file "conf/machine/include/tune-cortexr4.inc"
#  content [5daf1b4812e8091367837cb072bc3b632cdff3cc]
#
============================================================
--- conf/machine/include/tune-armv7.inc	5d179d610d1d29b5b262739d062c83c35f278b0c
+++ conf/machine/include/tune-armv7.inc	5d179d610d1d29b5b262739d062c83c35f278b0c
@@ -0,0 +1,5 @@
+# valid options for -march: `armv7', `armv7-a', `armv7-r', `armv7-m'
+# valid option for -mtune: `cortex-a8', `cortex-r4', `cortex-m3', `cortex-m1'
+TARGET_CC_ARCH = "-march=armv7 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7"
+PACKAGE_ARCH = "armv7"
============================================================
--- conf/machine/include/tune-cortexa8.inc	734dda5b38d4eb44e7d1a77fec089371a02c50be
+++ conf/machine/include/tune-cortexa8.inc	734dda5b38d4eb44e7d1a77fec089371a02c50be
@@ -0,0 +1,4 @@
+# valid options for -march: `armv7', `armv7-a'
+TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-a8 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7"
+PACKAGE_ARCH = "armv7"
============================================================
--- conf/machine/include/tune-cortexm1.inc	13409d125701403164cfa8aa723a0e603f7c0e51
+++ conf/machine/include/tune-cortexm1.inc	13409d125701403164cfa8aa723a0e603f7c0e51
@@ -0,0 +1,3 @@
+TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-m1 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv6"
+PACKAGE_ARCH = "armv6"
============================================================
--- conf/machine/include/tune-cortexm3.inc	ddd5d65a2557fede5f8d6dea4f1ddcb130e7d9e5
+++ conf/machine/include/tune-cortexm3.inc	ddd5d65a2557fede5f8d6dea4f1ddcb130e7d9e5
@@ -0,0 +1,4 @@
+# valid options for -march: `armv7', `armv7-m'
+TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-m3 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7"
+PACKAGE_ARCH = "armv7"
============================================================
--- conf/machine/include/tune-cortexr4.inc	5daf1b4812e8091367837cb072bc3b632cdff3cc
+++ conf/machine/include/tune-cortexr4.inc	5daf1b4812e8091367837cb072bc3b632cdff3cc
@@ -0,0 +1,4 @@
+# valid options for -march: `armv7', `armv7-r'
+TARGET_CC_ARCH = "-march=armv7 -mtune=cortex-r4 -mfpu=vfp -mfloat-abi=softfp"
+FEED_ARCH = "armv7"
+PACKAGE_ARCH = "armv7"






More information about the Openembedded-commits mailing list