aboutsummaryrefslogtreecommitdiff
path: root/meta-aarch64/recipes-extra/libunwind/files/aarch64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-aarch64/recipes-extra/libunwind/files/aarch64.patch')
-rw-r--r--meta-aarch64/recipes-extra/libunwind/files/aarch64.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-aarch64/recipes-extra/libunwind/files/aarch64.patch b/meta-aarch64/recipes-extra/libunwind/files/aarch64.patch
deleted file mode 100644
index 9ea8d832..00000000
--- a/meta-aarch64/recipes-extra/libunwind/files/aarch64.patch
+++ /dev/null
@@ -1,19 +0,0 @@
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- libunwind-1.1.orig/configure.ac
-+++ libunwind-1.1/configure.ac
-@@ -135,11 +135,11 @@ AM_CONDITIONAL(OS_HPUX, expr x$target_os
- AM_CONDITIONAL(OS_FREEBSD, expr x$target_os : xfreebsd >/dev/null)
-
- AC_MSG_CHECKING([for ELF helper width])
- case "${target_arch}" in
- (arm|hppa|ppc32|x86|sh) use_elf32=yes; AC_MSG_RESULT([32]);;
--(ia64|ppc64|x86_64) use_elf64=yes; AC_MSG_RESULT([64]);;
-+(ia64|ppc64|x86_64|aarch64) use_elf64=yes; AC_MSG_RESULT([64]);;
- (mips) use_elfxx=yes; AC_MSG_RESULT([xx]);;
- *) AC_MSG_ERROR([Unknown ELF target: ${target_arch}])
- esac
- AM_CONDITIONAL(USE_ELF32, [test x$use_elf32 = xyes])
- AM_CONDITIONAL(USE_ELF64, [test x$use_elf64 = xyes])