diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-09 10:21:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-11 18:00:48 +0200 |
commit | 98d7a9654420ba0e9afe817e13adbda967aa5629 (patch) | |
tree | d522cae33155d13314dcafbec8dc1c3cbe0dd1d9 /package/docker-engine/docker-engine.hash | |
parent | ffd28041da86d721a4eca7ced1a48324cb8235e6 (diff) | |
download | buildroot-98d7a9654420ba0e9afe817e13adbda967aa5629.tar.gz buildroot-98d7a9654420ba0e9afe817e13adbda967aa5629.zip |
gdb: fix build of gdbserver on m68k/coldfire
This commit adds a small patch to gdb that fixes the build of gdbserver
on m68k/coldfire:
../nat/linux-ptrace.c: In function 'linux_fork_to_function':
../nat/linux-ptrace.c:282:19: warning: implicit declaration of function 'clone' [-Wimplicit-function-declaration]
child_pid = clone (function, child_stack + STACK_SIZE,
^
../nat/linux-ptrace.c:283:5: error: 'CLONE_VM' undeclared (first use in this function)
CLONE_VM | SIGCHLD, child_stack + STACK_SIZE * 2);
^
../nat/linux-ptrace.c:283:5: note: each undeclared identifier is reported only once for each function it appears in
Thanks to Waldemar for pointing out the patch fixing this issue.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Changes since v2:
- None
Changes since v1:
- New patch in the series
Diffstat (limited to 'package/docker-engine/docker-engine.hash')
0 files changed, 0 insertions, 0 deletions