]> code.ossystems Code Review - openembedded-core.git/commit
Workaround for Global C++ Constructor problem on ARM
authorMark Hatle <mark.hatle@windriver.com>
Wed, 30 Mar 2011 02:16:16 +0000 (21:16 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2011 14:35:21 +0000 (15:35 +0100)
commitb308149b4b7d2066390aa4eaa7364af3334f70f5
treee3ddef3743530cf306049ca0138856bd2de63930
parentb2996efc015bc5ae0b8246924083e76fb5129cea
Workaround for Global C++ Constructor problem on ARM

[YOCTO #938]

Workaround for a problem with the order of the global C++ constructors on ARM.
The workaround is simply to avoid defining the ID numbers outside of the
usage of the ID's.

This also has the effect of fixing a problem on MIPS, where "_mips" is a
defined symbol and unavailable on the system for a variable name.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-extended/libzypp/libzypp/arm-workaround-global-constructor.patch [new file with mode: 0644]
meta/recipes-extended/libzypp/libzypp_git.bb