mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
Back out 78a8aeae5b30 (bug 696291) for Android build bustage
This commit is contained in:
parent
29578a4ba9
commit
dc513d1a7f
@ -56,7 +56,7 @@ namespace JSC {
|
||||
|
||||
static bool isVFPPresent()
|
||||
{
|
||||
#if WTF_OS_LINUX || WTF_OS_ANDROID
|
||||
#if WTF_PLATFORM_LINUX
|
||||
int fd = open("/proc/self/auxv", O_RDONLY);
|
||||
if (fd > 0) {
|
||||
Elf32_auxv_t aux;
|
||||
|
Loading…
Reference in New Issue
Block a user