From: Martin Jansa Date: Wed, 12 Jan 2011 09:05:45 +0000 (+0100) Subject: boost-1.45.0: force ARM mode for now, thumb makes ld to buffer overflow X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a15f7dc12a3badf7aa3e3438a63ff5bc1be958;p=openembedded.git 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 --- 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 \