1 From 10f469f6ce1a0c14e4506c42e47e15aa83be2eef Mon Sep 17 00:00:00 2001
2 From: Waldemar Brodkorb <wbx@uclibc-ng.org>
3 Date: Wed, 6 Jul 2016 06:08:51 +0200
4 Subject: [PATCH] bfin: allow to build ldd
6 Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
9 1 file changed, 5 insertions(+)
11 diff --git a/utils/ldd.c b/utils/ldd.c
12 index f6413c6..5d2c8f4 100644
16 #define ELFCLASSM ELFCLASS32
19 +#if defined(__bfin__)
20 +#define MATCH_MACHINE(x) (x == EM_BLACKFIN)
21 +#define ELFCLASSM ELFCLASS32
25 #define MATCH_MACHINE(x) (x == EM_S390)
26 #define ELFCLASSM ELFCLASS32