mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-24 04:09:43 +00:00
insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)
This commit is contained in:
parent
85e015c7c8
commit
2794c9bb93
@ -184,6 +184,7 @@ static int insmod_ng_main(int argc, char **argv);
|
||||
/* Microblaze */
|
||||
#if defined(__microblaze__)
|
||||
#define USE_SINGLE
|
||||
#include <linux/elf-em.h>
|
||||
#define MATCH_MACHINE(x) (x == EM_XILINX_MICROBLAZE)
|
||||
#define SHT_RELM SHT_RELA
|
||||
#define Elf32_RelM Elf32_Rela
|
||||
|
Loading…
Reference in New Issue
Block a user