diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-03 13:14:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-03 13:14:50 +0000 |
commit | 55a76c19b1502f60dc27141b6ac1f4a15e9f7744 (patch) | |
tree | 50bda658ca7ad32f8afcc7cad4f0f6b9d295c733 /package/devel/gdb/patches/100-musl_fix.patch | |
parent | 86ba95601acaf56808a827656dc53c2431728bcb (diff) | |
download | upstream-55a76c19b1502f60dc27141b6ac1f4a15e9f7744.tar.gz upstream-55a76c19b1502f60dc27141b6ac1f4a15e9f7744.tar.bz2 upstream-55a76c19b1502f60dc27141b6ac1f4a15e9f7744.zip |
gdb: update to the latest version, fixes a build error with gcc 5.2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46775
Diffstat (limited to 'package/devel/gdb/patches/100-musl_fix.patch')
-rw-r--r-- | package/devel/gdb/patches/100-musl_fix.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/devel/gdb/patches/100-musl_fix.patch b/package/devel/gdb/patches/100-musl_fix.patch index d6dd7a01c5..c0c1e0aee5 100644 --- a/package/devel/gdb/patches/100-musl_fix.patch +++ b/package/devel/gdb/patches/100-musl_fix.patch @@ -8,9 +8,9 @@ #include "defs.h" #include "inferior.h" #include "infrun.h" -@@ -81,6 +82,10 @@ - # endif - #endif /* HAVE_PERSONALITY */ +@@ -73,6 +74,10 @@ + #define SPUFS_MAGIC 0x23c9b64e + #endif +#ifndef __SIGRTMIN +#define __SIGRTMIN SIGRTMIN |