Skip to content

Commit

Permalink
Merge pull request xbmc#23822 from throwaway96/webos-tune-a53
Browse files Browse the repository at this point in the history
[webOS] Tune for Cortex-A53
  • Loading branch information
sundermann authored Sep 27, 2023
2 parents ce797e6 + 2fadc90 commit 2a669b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ case $host in
use_cpu="armeabi-v7a"
fi
use_toolchain="${use_toolchain:-/usr}"
platform_cflags="-fPIC -DPIC -march=armv7-a -mtune=cortex-a9 -mfloat-abi=softfp -mfpu=neon"
platform_cflags="-fPIC -DPIC -mcpu=cortex-a9 -mtune=cortex-a53 -mfloat-abi=softfp"
platform_cxxflags="$platform_cflags -static-libstdc++"
optimize_flags="-Os"
platform_ldflags="-Wl,-rpath-link=$prefix/$deps_dir/lib"
Expand Down

0 comments on commit 2a669b4

Please sign in to comment.