forked from openkylin/platform_build
Tweak default x86 target arch variant.
Simply set the arch variant for sim-eng to be "x86".
This commit is contained in:
parent
55934c1766
commit
ef26218762
|
@ -25,6 +25,7 @@ TARGET_AR := $(HOST_AR)
|
|||
TARGET_GLOBAL_CFLAGS := $(HOST_GLOBAL_CFLAGS) -m32
|
||||
TARGET_GLOBAL_LDFLAGS := $(HOST_GLOBAL_LDFLAGS) -m32
|
||||
TARGET_NO_UNDEFINED_LDFLAGS := $(HOST_NO_UNDEFINED_LDFLAGS)
|
||||
TARGET_ARCH_VARIANT := x86
|
||||
else #simulator
|
||||
|
||||
# Provide a default variant.
|
||||
|
|
Loading…
Reference in New Issue