Support dalvikvm on a Linux x86 host

Change-Id: I8ec8d82724f7f8b9d878e54135ffa066c3baacbd
diff --git a/Android.mk b/Android.mk
index ed3a836..eccdb70 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,7 +43,7 @@
 # This is necessary to guarantee that the FDLIBM functions are in
 # "IEEE spirit", i.e. to guarantee that the IEEE 754 core functions
 # are used.
-cflags := "-D_IEEE_LIBM"
+cflags := "-D_LIB_VERSION_TYPE=\"const enum _IEEE_\""
 
 
 #
@@ -59,7 +59,7 @@
     # When __LITTLE_ENDIAN is set, the source will compile for
     # little endian cpus.
     LOCAL_CFLAGS += "-D__LITTLE_ENDIAN"
-endif 
+endif
 
 LOCAL_MODULE := libfdlibm