diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2014-09-12 11:40:38 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-13 22:14:04 +0200 |
commit | c97562af4b0e873dfe41baa5ae0156d3b626f46b (patch) | |
tree | cd9325e0e007e0b7418ac3cc02ed828a88e6c6fb /package/openvmtools/openvmtools-01-has_bsd_printf.patch | |
parent | e7d77fc36e18b8ccf609311c306b86bc5564f0e9 (diff) | |
download | buildroot-c97562af4b0e873dfe41baa5ae0156d3b626f46b.tar.gz buildroot-c97562af4b0e873dfe41baa5ae0156d3b626f46b.zip |
strace: Disable for MIPS when using a uClibc toolchain
A change introduced in strace-4.9 makes it incompatible with MIPS
architecture when using a uClibc toolchain. This is the failure:
signal.c: In function 'printsiginfo':
signal.c:453:9: error: 'siginfo_t' has no member named 'si_timerid'
sip->si_timerid, sip->si_overrun);
^
signal.c:453:26: error: 'siginfo_t' has no member named 'si_overrun'
sip->si_timerid, sip->si_overrun);
uClibc needs to be patched in order to fix this problem. In the meantime
we disable strace for MIPS when using a uClibc toolchain.
Fixes:
http://autobuild.buildroot.net/results/91c/91c0413e755c365332bc15d1d69ab3d6160ae78c/
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/openvmtools/openvmtools-01-has_bsd_printf.patch')
0 files changed, 0 insertions, 0 deletions