projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b54dc7
)
- fix compilation for mips (Brian Daniels)
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 18 Jul 2008 07:42:00 +0000
(07:42 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 18 Jul 2008 07:42:00 +0000
(07:42 -0000)
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index 77d36e16053af815848bb120a4e77ac19ffff80d..01b619f7e67a7b104480514cc6e1e75a5741864a 100644
(file)
--- a/
modutils/insmod.c
+++ b/
modutils/insmod.c
@@
-841,7
+841,7
@@
arch_apply_relocation(struct obj_file *f,
{
#if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
|| defined(__sh__) || defined(__s390__) || defined(__x86_64__) \
- || defined(__powerpc__)
+ || defined(__powerpc__)
|| defined(__mips__)
struct arch_file *ifile = (struct arch_file *) f;
#endif
enum obj_reloc ret = obj_reloc_ok;