Merge #6 Remove obsolete aarch64 patch
This commit is contained in:
commit
3037823c69
@ -1,22 +0,0 @@
|
|||||||
diff -Naur FreeRDP-be8f8f72387e7878717b6f04c9a87f999449d20d.old/cmake/ConfigOptions.cmake FreeRDP-be8f8f72387e7878717b6f04c9a87f999449d20d/cmake/ConfigOptions.cmake
|
|
||||||
--- FreeRDP-be8f8f72387e7878717b6f04c9a87f999449d20d.old/cmake/ConfigOptions.cmake 2015-11-11 12:54:34.000000000 +0100
|
|
||||||
+++ FreeRDP-be8f8f72387e7878717b6f04c9a87f999449d20d/cmake/ConfigOptions.cmake 2015-11-15 11:40:13.639673908 +0100
|
|
||||||
@@ -7,6 +7,8 @@
|
|
||||||
elseif((CMAKE_SYSTEM_PROCESSOR MATCHES "i386") AND (CMAKE_SIZEOF_VOID_P EQUAL 8) AND (APPLE))
|
|
||||||
# Mac is weird like that.
|
|
||||||
set(TARGET_ARCH "x64")
|
|
||||||
+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
|
|
||||||
+ set(TARGET_ARCH "AARCH64")
|
|
||||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^arm*")
|
|
||||||
set(TARGET_ARCH "ARM")
|
|
||||||
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "sparc")
|
|
||||||
@@ -23,6 +25,9 @@
|
|
||||||
option(WITH_SSE2 "Enable SSE2 optimization." OFF)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
+if(TARGET_ARCH MATCHES "AARCH64")
|
|
||||||
+endif()
|
|
||||||
+
|
|
||||||
if(TARGET_ARCH MATCHES "ARM")
|
|
||||||
if (NOT DEFINED WITH_NEON)
|
|
||||||
option(WITH_NEON "Enable NEON optimization." ON)
|
|
@ -27,7 +27,6 @@ License: ASL 2.0
|
|||||||
URL: http://www.freerdp.com/
|
URL: http://www.freerdp.com/
|
||||||
|
|
||||||
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{commit0}/FreeRDP-%{commit0}.tar.gz#/FreeRDP-%{shortcommit0}.tar.gz
|
Source0: https://github.com/FreeRDP/FreeRDP/archive/%{commit0}/FreeRDP-%{commit0}.tar.gz#/FreeRDP-%{shortcommit0}.tar.gz
|
||||||
Patch0: freerdp-aarch64.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
Loading…
Reference in New Issue
Block a user