diff options
author | Vineet Gupta <Vineet.Gupta1@synopsys.com> | 2014-09-02 13:20:47 +0530 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-06 23:16:00 +0200 |
commit | adc8eec4c31ab96b26d9fa822a97d6ac4b373398 (patch) | |
tree | 6d780b14695dc783cb9a79b482fa9a067b84b80a /package/strace/strace-03-update-configure.patch | |
parent | c4dc5af41b169ec2c897f7480c4f24766bf88c5e (diff) | |
download | buildroot-adc8eec4c31ab96b26d9fa822a97d6ac4b373398.tar.gz buildroot-adc8eec4c31ab96b26d9fa822a97d6ac4b373398.zip |
strace: upgrade to 4.9, supports ARC
Also get rid of the backport patches which are already present upstream.
Tested on ARC with LFS
[Peter: drop incomplete !LFS patch, depend on BR2_LARGEFILE]
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Cc: arc-linux-dev@synopsys.com
Cc: Max Filippov <jcmvbkbc@gmail.com>
Cc: Anton Blanchard <anton@samba.org>
Cc: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/strace/strace-03-update-configure.patch')
-rw-r--r-- | package/strace/strace-03-update-configure.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/strace/strace-03-update-configure.patch b/package/strace/strace-03-update-configure.patch deleted file mode 100644 index a5890b89b1..0000000000 --- a/package/strace/strace-03-update-configure.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/configure 2013-12-02 12:31:53.257634249 +1100 -+++ b/configure 2013-12-02 12:32:17.726085888 +1100 -@@ -6389,6 +6389,16 @@ - - - fi -+ac_fn_c_check_type "$LINENO" "struct ptrace_peeksiginfo_args" "ac_cv_type_struct_ptrace_peeksiginfo_args" "#include <sys/ptrace.h> -+" -+if test "x$ac_cv_type_struct_ptrace_peeksiginfo_args" = xyes; then : -+ -+cat >>confdefs.h <<_ACEOF -+#define HAVE_STRUCT_PTRACE_PEEKSIGINFO_ARGS 1 -+_ACEOF -+ -+ -+fi - - - ac_fn_c_check_type "$LINENO" "struct user_desc" "ac_cv_type_struct_user_desc" "#include <asm/ldt.h> ---- a/config.h.in.orig 2013-12-02 12:44:56.795927681 +1100 -+++ b/config.h.in 2013-12-02 12:45:07.524122894 +1100 -@@ -253,6 +253,9 @@ - /* Define to 1 if `msg_control' is a member of `struct msghdr'. */ - #undef HAVE_STRUCT_MSGHDR_MSG_CONTROL - -+/* Define to 1 if the system has the type `struct ptrace_peeksiginfo_args'. */ -+#undef HAVE_STRUCT_PTRACE_PEEKSIGINFO_ARGS -+ - /* Define to 1 if the system has the type `struct pt_all_user_regs'. */ - #undef HAVE_STRUCT_PT_ALL_USER_REGS - |