Fix build on Android (part 2)
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 21 Jun 2013 12:56:21 +0000 (14:56 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 24 Jun 2013 08:43:57 +0000 (10:43 +0200)
Don't include linux kernel headers from user space just for one constant :)

Change-Id: Ia760b3f0cccbdad49f3f2ce31598a109b63ac788
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/3rdparty/masm/assembler/MacroAssemblerARM.cpp

index 98dc3e9..d40b7c2 100644 (file)
@@ -36,7 +36,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <elf.h>
-#include <asm/hwcap.h>
+#define HWCAP_VFP·      (1 << 6)
 #endif
 
 namespace JSC {