summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYacine Belkadi2012-05-03 11:06:16 +0200
committerYacine Belkadi2012-06-27 11:07:23 +0200
commitdcb0c5419ace9060aef1849c2dfcd8460344f2b9 (patch)
treefedff7b7261b37354b2fb46179494b4faf0183a2
parentb60a5b8058f96b655458d719df14c8bb1d041f87 (diff)
cleo/busybox: apply busybox-1.11.1-modutils.patch, refs #3085
-rw-r--r--cleopatre/busybox-1.11.1-spc300/modutils/insmod.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cleopatre/busybox-1.11.1-spc300/modutils/insmod.c b/cleopatre/busybox-1.11.1-spc300/modutils/insmod.c
index 3fbb02b75c..569adacca2 100644
--- a/cleopatre/busybox-1.11.1-spc300/modutils/insmod.c
+++ b/cleopatre/busybox-1.11.1-spc300/modutils/insmod.c
@@ -840,7 +840,8 @@ arch_apply_relocation(struct obj_file *f,
ElfW(RelM) *rel, ElfW(Addr) v)
{
#if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
- || defined(__sh__) || defined(__s390__) || defined(__x86_64__)
+ || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \
+ || defined(__powerpc__) || defined(__mips__)
struct arch_file *ifile = (struct arch_file *) f;
#endif
enum obj_reloc ret = obj_reloc_ok;