aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-12 10:05:45 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-12 10:12:00 +0100
commitb1a15f7dc12a3badf7aa3e3438a63ff5bc1be958 (patch)
tree59e4769795df40abe66e4e970a10c40d11de72b3 /recipes/boost
parent5511dc1939be3264f9d3f5c7bda0accaa85c6e29 (diff)
downloadopenembedded-b1a15f7dc12a3badf7aa3e3438a63ff5bc1be958.tar.gz
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@gmail.com>
Diffstat (limited to 'recipes/boost')
-rw-r--r--recipes/boost/boost_1.45.0.bb4
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 ab4200afe4..1d9373601d 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 \