[oe-commits] Martin Jansa : boost-1.45.0: force ARM mode for now, thumb makes ld to buffer overflow

git version control git at git.openembedded.org
Wed Jan 12 09:14:46 UTC 2011


Module: openembedded.git
Branch: master
Commit: b1a15f7dc12a3badf7aa3e3438a63ff5bc1be958
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b1a15f7dc12a3badf7aa3e3438a63ff5bc1be958

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan 12 10:05:45 2011 +0100

boost-1.45.0: force ARM mode for now, thumb makes ld to buffer overflow

* can be removed as soon as binutils are fixed
* testcase is here http://build.shr-project.org/tests/jama/binutils.overflow.test.tgz with failing ld call included in ld.call.sh

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/boost/boost_1.45.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/boost/boost_1.45.0.bb b/recipes/boost/boost_1.45.0.bb
index ab4200a..1d93736 100644
--- a/recipes/boost/boost_1.45.0.bb
+++ b/recipes/boost/boost_1.45.0.bb
@@ -1,6 +1,8 @@
 require boost-with-bjam.inc
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
+
+ARM_INSTRUCTION_SET = "arm"
 
 SRC_URI = " \
   http://downloads.sourceforge.net/project/boost/boost/1.45.0/boost_1_45_0.tar.gz \





More information about the Openembedded-commits mailing list