Merge "Provide default variant for x86."

This commit is contained in:
Andy McFadden 2010-02-23 10:00:38 -08:00 committed by Android (Google) Code Review
commit b94202f222
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
# Configuration for Linux on x86.
# Included by combo/select.make
# Provide a default variant.
ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := x86
endif
# right now we get these from the environment, but we should
# pick them from the tree somewhere
$(combo_target)CC := $(CC)