Merge "libc/arm: add cortex-a8 cpu variant"

This commit is contained in:
Erik Gilling 2013-05-16 19:57:28 +00:00 committed by Gerrit Code Review
commit 2e317075b0
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ _LIBC_ARCH_DYNAMIC_SRC_FILES := \
arch-arm/bionic/exidx_dynamic.c
ifeq ($(strip $(wildcard bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk)),)
$(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
$(error "TARGET_CPU_VARIANT not set or set to an unknown value. Possible values are cortex-a7, cortex-a8, cortex-a9, cortex-a15, krait. Use generic for devices that do not have a CPU similar to any of the supported cpu variants.")
endif
include bionic/libc/arch-arm/$(TARGET_CPU_VARIANT)/$(TARGET_CPU_VARIANT).mk

View File

@ -0,0 +1 @@
include bionic/libc/arch-arm/cortex-a15/cortex-a15.mk