OSDN Git Service

libc/arm: add cortex-a8 cpu variant
authorRom Lemarchand <romlem@google.com>
Fri, 3 May 2013 12:53:38 +0000 (05:53 -0700)
committerRom Lemarchand <romlem@google.com>
Thu, 16 May 2013 03:13:28 +0000 (20:13 -0700)
Change-Id: I30e8dd6d4b2e7889aea8f5ed21182a5941bfb489

libc/arch-arm/arm.mk
libc/arch-arm/cortex-a8/cortex-a8.mk [new file with mode: 0644]

index d15ec9d..b308b05 100644 (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
diff --git a/libc/arch-arm/cortex-a8/cortex-a8.mk b/libc/arch-arm/cortex-a8/cortex-a8.mk
new file mode 100644 (file)
index 0000000..9af03d9
--- /dev/null
@@ -0,0 +1 @@
+include bionic/libc/arch-arm/cortex-a15/cortex-a15.mk