* commit '68fc85ffc05aca5cc187676bd1502c3c446046d9': linker: fix x86 build
This commit is contained in:
commit
5d7181a71c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ int dlclose(void *handle)
|
||||||
// 0123456 78901234 567890 12345678 9012345 6789012345678901
|
// 0123456 78901234 567890 12345678 9012345 6789012345678901
|
||||||
#define ANDROID_LIBDL_STRTAB \
|
#define ANDROID_LIBDL_STRTAB \
|
||||||
"dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
|
"dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
|
||||||
|
#else
|
||||||
#error Unsupported architecture. Only ARM and x86 are presently supported.
|
#error Unsupported architecture. Only ARM and x86 are presently supported.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue