diff options
author | Helge Deller <deller@gmx.de> | 2022-09-24 13:44:58 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2022-09-27 09:33:56 +0200 |
commit | f43882052f330ce5f5a1a2553466df5aa0808fa0 (patch) | |
tree | 718a6ed64db2acb39e6ba3a7d7b2d03628a0f48e /linux-user/hppa | |
parent | 47393189ce9e23b560865e361f4ab8fb93a904d0 (diff) |
linux-user/hppa: Drop stack guard page on hppa target
The stack-overflow check when building the "grep" debian package fails
on the debian hppa target. Reason is, that the guard page at the top
of the stack (which is added by qemu) prevents the fault handler in the
grep program to properly detect the stack overflow.
The Linux kernel on a physical machine doesn't install a guard page
either, so drop it and as such fix the build of "grep".
Signed-off-by: Helge Deller <deller@gmx.de>
Message-Id: <20220924114501.21767-5-deller@gmx.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/hppa')
0 files changed, 0 insertions, 0 deletions