From 6103fd7ac35e4c1443fa42eb8d464f2a1950135d Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Fri, 22 Feb 2013 17:24:25 -0800 Subject: [PATCH] Adding TARGET_CPU_VARIANT to config file. Adding this since all arm builds will require TARGET_CPU_VARIANT to be set to a valid value in the near future. Merge from internal master. Change-Id: I2b73f9dbdd04cd8ac47035875c714bd0e75920e7 --- target/board/generic/BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/board/generic/BoardConfig.mk b/target/board/generic/BoardConfig.mk index 3b032504f..35cbd2750 100644 --- a/target/board/generic/BoardConfig.mk +++ b/target/board/generic/BoardConfig.mk @@ -20,6 +20,7 @@ TARGET_ARCH := arm # application code generated with the NDK that uses NEON in the emulator. # TARGET_ARCH_VARIANT := armv7-a +TARGET_CPU_VARIANT := generic TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi -- 2.11.0