fix wrong cpu option
authorChunseok Lee <chunseok.lee@samsung.com>
Thu, 2 Jan 2020 08:22:59 +0000 (17:22 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Fri, 3 Jan 2020 07:01:43 +0000 (16:01 +0900)
Change-Id: I053cadbd69f02a2fa95c8ba9397b3d5f5ae1d571
Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
infra/nnfw/cmake/buildtool/config/config_armv7l-tizen.cmake

index 0bbe0dd..a5dae20 100644 (file)
@@ -10,7 +10,7 @@ include("cmake/buildtool/config/config_linux.cmake")
 
 # addition for arm-linux
 set(FLAGS_COMMON ${FLAGS_COMMON}
-    "-mcpu=cortex-a8"
+    "-mtune=cortex-a8"
     "-mfloat-abi=softfp"
     "-mfpu=neon-vfpv4"
     "-funsafe-math-optimizations"