am 177a7706: linker: fix x86 build

* commit '177a77067b6d3326dbcf88fd93d0664e48e27f9f':
  linker: fix x86 build
This commit is contained in:
David 'Digit' Turner 2012-02-01 11:18:06 -08:00 committed by Android Git Automerger
commit 68fc85ffc0

View File

@ -174,7 +174,7 @@ int dlclose(void *handle)
// 0123456 78901234 567890 12345678 9012345 6789012345678901
#define ANDROID_LIBDL_STRTAB \
"dlopen\0dlclose\0dlsym\0dlerror\0dladdr\0dl_iterate_phdr\0"
#else
#error Unsupported architecture. Only ARM and x86 are presently supported.
#endif