Tweak default x86 target arch variant.

Simply set the arch variant for sim-eng to be "x86".
This commit is contained in:
Andy McFadden 2010-02-26 13:26:03 -08:00
parent 55934c1766
commit ef26218762
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ TARGET_AR := $(HOST_AR)
TARGET_GLOBAL_CFLAGS := $(HOST_GLOBAL_CFLAGS) -m32 TARGET_GLOBAL_CFLAGS := $(HOST_GLOBAL_CFLAGS) -m32
TARGET_GLOBAL_LDFLAGS := $(HOST_GLOBAL_LDFLAGS) -m32 TARGET_GLOBAL_LDFLAGS := $(HOST_GLOBAL_LDFLAGS) -m32
TARGET_NO_UNDEFINED_LDFLAGS := $(HOST_NO_UNDEFINED_LDFLAGS) TARGET_NO_UNDEFINED_LDFLAGS := $(HOST_NO_UNDEFINED_LDFLAGS)
TARGET_ARCH_VARIANT := x86
else #simulator else #simulator
# Provide a default variant. # Provide a default variant.