Skip to content

Commit

Permalink
[infra] Remove custom arch flag for tizen build
Browse files Browse the repository at this point in the history
This commit removes compiler architecture flag on armv7l and armv7hl platforms.
It will use default setting on gbs build.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
  • Loading branch information
hseok-oh committed Dec 24, 2024
1 parent 615fa81 commit 4e56e11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions infra/nnfw/cmake/buildtool/config/config_armv7hl-tizen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ include("cmake/buildtool/config/config_linux.cmake")

# addition for arm-linux
set(FLAGS_COMMON ${FLAGS_COMMON}
"-march=armv7-a"
"-mtune=cortex-a15.cortex-a7"
"-mfloat-abi=hard"
"-mfpu=neon-vfpv4"
"-funsafe-math-optimizations"
"-ftree-vectorize"
Expand Down
3 changes: 0 additions & 3 deletions infra/nnfw/cmake/buildtool/config/config_armv7l-tizen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ include("cmake/buildtool/config/config_linux.cmake")

# addition for arm-linux
set(FLAGS_COMMON ${FLAGS_COMMON}
"-march=armv7-a"
"-mtune=cortex-a15.cortex-a7"
"-mfloat-abi=softfp"
"-mfpu=neon-vfpv4"
"-funsafe-math-optimizations"
"-ftree-vectorize"
Expand Down

0 comments on commit 4e56e11

Please sign in to comment.