* [PATCH] boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
@ 2016-02-25 0:48 Andre McCurdy
2016-03-03 16:32 ` Phil Blundell
0 siblings, 1 reply; 2+ messages in thread
From: Andre McCurdy @ 2016-02-25 0:48 UTC (permalink / raw)
To: openembedded-core
The original over-ride dates back to 2009:
http://git.openembedded.org/openembedded-core/commit/?id=43e94412c45b4b79485a64010c76d89b245bb235
There are no obvious issues seen now when building boost in thumb2
for Cortex A15.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
meta/recipes-support/boost/boost.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index 981e6ee..79c4e63 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -2,7 +2,8 @@ SUMMARY = "Free peer-reviewed portable C++ source libraries"
SECTION = "libs"
DEPENDS = "bjam-native zlib bzip2"
-ARM_INSTRUCTION_SET = "arm"
+ARM_INSTRUCTION_SET_armv4 = "arm"
+ARM_INSTRUCTION_SET_armv5 = "arm"
BOOST_LIBS = "\
atomic \
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5
2016-02-25 0:48 [PATCH] boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5 Andre McCurdy
@ 2016-03-03 16:32 ` Phil Blundell
0 siblings, 0 replies; 2+ messages in thread
From: Phil Blundell @ 2016-03-03 16:32 UTC (permalink / raw)
To: Andre McCurdy, openembedded-core
On Wed, 2016-02-24 at 16:48 -0800, Andre McCurdy wrote:
> The original over-ride dates back to 2009:
>
> http://git.openembedded.org/openembedded-core/commit/?id=43e94412c4
> 5b4b79485a64010c76d89b245bb235
>
> There are no obvious issues seen now when building boost in thumb2
> for Cortex A15.
Conceptually, this patch has the same armv6 problem as the glib-2.0 one
I mentioned earlier. But actually, boost seems to compile just fine as
Thumb-1 for armv5te, so I suspect that in this case the override is
just plain obsolete and could safely be deleted altogether.
p.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-03 16:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-25 0:48 [PATCH] boost.inc: limit ARM_INSTRUCTION_SET over-rides to armv4/armv5 Andre McCurdy
2016-03-03 16:32 ` Phil Blundell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox