mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
--- modutils-2.4.27/include/elf_arm.h.orig 2004-09-21 18:37:00.000000000 -0400
|
||||
+++ modutils-2.4.27/include/elf_arm.h 2004-09-21 18:38:18.000000000 -0400
|
||||
@@ -1,7 +1,11 @@
|
||||
/* Machine-specific elf macros for ARM. */
|
||||
|
||||
#define ELFCLASSM ELFCLASS32
|
||||
+#ifdef __ARMEB__
|
||||
+#define ELFDATAM ELFDATA2MSB
|
||||
+#else
|
||||
#define ELFDATAM ELFDATA2LSB
|
||||
+#endif
|
||||
|
||||
#define MATCH_MACHINE(x) (x == EM_ARM)
|
||||
|
||||
Reference in New Issue
Block a user