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:
06776b3
)
fix building on ppc64
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 18 Feb 2006 06:14:31 +0000
(06:14 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 18 Feb 2006 06:14:31 +0000
(06:14 -0000)
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index 96d9d5b7d5a7b8d53c1d2d4549e2b3519abc66c7..d6049ac9bee849efe351b88ea9ab10c51424ac50 100644
(file)
--- a/
modutils/insmod.c
+++ b/
modutils/insmod.c
@@
-1297,6
+1297,9
@@
arch_apply_relocation(struct obj_file *f,
}
break;
+#elif defined(__powerpc64__)
+ /* do this someday ... */
+
#elif defined(__powerpc__)
case R_PPC_ADDR16_HA: