Blame view

buildroot/buildroot-2016.08.1/package/liburcu/0002-support-aarch64.patch 512 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  libucru: recognize aarch64
  
  Make the same as "arm" internally.
  
  Upstream-Status: Pending
  
  Signed-off-by: joe.slater@windriver.com
  [moved to buildroot from openembedded-core]
  Signed-off-by: Ben Shelton <benjamin.h.shelton@intel.com>
  
  
  --- a/configure.ac
  +++ b/configure.ac
  @@ -77,6 +77,7 @@ AS_CASE([$host_cpu],
   	[alpha*], [ARCHTYPE="alpha"],
   	[ia64], [ARCHTYPE="gcc"],
   	[arm*], [ARCHTYPE="arm"],
  +	[aarch64], [ARCHTYPE="arm"],
   	[mips*], [ARCHTYPE="mips"],
   	[tile*], [ARCHTYPE="gcc"],
   	[ARCHTYPE="unknown"]