mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
Initial population
git-svn-id: https://svn.o-hand.com/repos/poky@1 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
14
openembedded/packages/modutils/files/armeb.patch
Normal file
14
openembedded/packages/modutils/files/armeb.patch
Normal file
@@ -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