]> git.pld-linux.org Git - packages/rockchip-mpp.git/blob - rockchip-mpp-no-march.patch
- added no-march patch (avoid esp. -march=i686 on x32)
[packages/rockchip-mpp.git] / rockchip-mpp-no-march.patch
1 --- mpp-release_20171218/CMakeLists.txt.orig    2017-12-19 12:46:36.000000000 +0100
2 +++ mpp-release_20171218/CMakeLists.txt 2019-04-25 19:46:31.935110835 +0200
3 @@ -192,10 +192,6 @@
4          elseif(ARMEABI_V7A_HARDFP)
5              add_definitions(-march=armv7-a -mfloat-abi=hard -mfpu=neon)
6          endif()
7 -    else()
8 -        if(X86 AND NOT X64)
9 -            add_definitions(-march=i686)
10 -        endif()
11      endif()
12  
13      if($(CMAKE_BUILD_TYPE) MATCHES "Release")
This page took 0.209956 seconds and 3 git commands to generate.