ruby: should not use dl_iterate_phdr() on Blackfin
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 28 Aug 2014 22:17:38 +0000 (00:17 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 29 Aug 2014 07:16:00 +0000 (09:16 +0200)
commit53bf889cdca77979814bc6b74170e2f104fc3b70
tree6ccf211125cfdfcae3dcd0866762ba3cb4531847
parent2b773698820996352274962899790788fc2b3eb5
ruby: should not use dl_iterate_phdr() on Blackfin

The dl_iterate_phdr() C library function on Blackfin returns a
non-conventional structure format compared to other architectures,
which makes Ruby unable to use it. Since it's just an optional feature
of Ruby apparently used to generate more fancy backtraces, this commit
simply disables the usage of dl_iterate_phdr() on this architecture.

Fixes:

  http://autobuild.buildroot.org/results/1b0/1b0e2f5f95889eb26846927da45d128247d0ed89/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/ruby/ruby.mk