public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH][RFC] arch-armv7ve.inc: respcet armv7a override as well
@ 2016-01-08 12:36 Martin Jansa
  2016-01-08 12:44 ` [PATCHv2][RFC] arch-armv7ve.inc: respect " Martin Jansa
  0 siblings, 1 reply; 11+ messages in thread
From: Martin Jansa @ 2016-01-08 12:36 UTC (permalink / raw)
  To: openembedded-core

* in all cases we currently have we consider armv7ve to be compatible with armv7a

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/conf/machine/include/arm/arch-armv7ve.inc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/machine/include/arm/arch-armv7ve.inc b/meta/conf/machine/include/arm/arch-armv7ve.inc
index 79e1ef6..d0fdff7 100644
--- a/meta/conf/machine/include/arm/arch-armv7ve.inc
+++ b/meta/conf/machine/include/arm/arch-armv7ve.inc
@@ -3,7 +3,8 @@ DEFAULTTUNE ?= "armv7ve"
 TUNEVALID[armv7ve] = "Enable instructions for ARMv7ve"
 TUNECONFLICTS[armv7ve] = "armv4 armv5 armv6 armv7 armv7a"
 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'armv7ve', ' -march=armv7ve', '', d)}"
-MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv7ve', 'armv7ve:', '' ,d)}"
+# In all cases we currently have we consider armv7ve to be compatible with armv7a
+MACHINEOVERRIDES =. "${@bb.utils.contains('TUNE_FEATURES', 'armv7ve', 'armv7ve:armv7a:', '' ,d)}"
 
 require conf/machine/include/arm/arch-armv6.inc
 require conf/machine/include/arm/feature-arm-neon.inc
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-01-11 20:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 12:36 [PATCH][RFC] arch-armv7ve.inc: respcet armv7a override as well Martin Jansa
2016-01-08 12:44 ` [PATCHv2][RFC] arch-armv7ve.inc: respect " Martin Jansa
2016-01-08 16:24   ` Andre McCurdy
2016-01-08 17:00     ` Martin Jansa
2016-01-08 18:24       ` Andre McCurdy
2016-01-08 20:44         ` Phil Blundell
2016-01-11 19:10         ` Khem Raj
2016-01-11 19:52           ` Phil Blundell
2016-01-11 20:03             ` Khem Raj
2016-01-11 19:53           ` Andre McCurdy
2016-01-08 20:13     ` Phil Blundell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox