summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python/ctypes-libffi-aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python/ctypes-libffi-aarch64.patch')
-rw-r--r--meta/recipes-devtools/python/python/ctypes-libffi-aarch64.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python/ctypes-libffi-aarch64.patch b/meta/recipes-devtools/python/python/ctypes-libffi-aarch64.patch
new file mode 100644
index 0000000000..7349c7bfe3
--- /dev/null
+++ b/meta/recipes-devtools/python/python/ctypes-libffi-aarch64.patch
@@ -0,0 +1,22 @@
1Add missing fficonfig.py bits for aarch64
2
3# HG changeset patch
4# User Andreas Schwab <schwab@suse.de>
5# Date 1367276434 -7200
6# Node ID 05e8999a3901b4853e60d6701510e9b3dd54a7f3
7# Parent 84cef4f1999ad9e362694cdac2f65f0981e3d5d0
8
9Upstream-Status: Backport
10Signed-off-by: Tudor Florea <tudor.florea@enea.com>
11
12diff -r 84cef4f1999a -r 05e8999a3901 Modules/_ctypes/libffi/fficonfig.py.in
13--- a/Modules/_ctypes/libffi/fficonfig.py.in Mon Apr 29 16:09:39 2013 -0400
14+++ b/Modules/_ctypes/libffi/fficonfig.py.in Tue Apr 30 01:00:34 2013 +0200
15@@ -28,6 +28,7 @@
16 'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
17 'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
18 'PA_HPUX': ['src/pa/hpux32.S', 'src/pa/ffi.c'],
19+ 'AARCH64' : ['src/aarch64/ffi.c', 'src/aarch64/sysv.S'],
20 }
21
22 ffi_sources += ffi_platforms['@TARGET@']