OSDN Git Service

Don't set x86 arch variant.
authorAndy McFadden <fadden@android.com>
Fri, 26 Feb 2010 21:34:01 +0000 (13:34 -0800)
committerAndy McFadden <fadden@android.com>
Fri, 26 Feb 2010 21:34:01 +0000 (13:34 -0800)
This was a workaround for a missing bit in the core build.  No longer
needed.

vm/Dvm.mk

index 1504a02..baf41c6 100644 (file)
--- a/vm/Dvm.mk
+++ b/vm/Dvm.mk
@@ -290,11 +290,6 @@ endif
 
 ifeq ($(dvm_arch),x86)
   ifeq ($(dvm_os),linux)
-
-# TODO: Remove this once build core defines a default arch variant for x86
-    ifneq ($(dvm_arch_variant),x86-atom)
-        dvm_arch_variant := x86
-    endif
     MTERP_ARCH_KNOWN := true
     LOCAL_SRC_FILES += \
                arch/$(dvm_arch_variant)/Call386ABI.S \