diff options
| author | Eli Schwartz <eschwartz@gentoo.org> | 2025-08-28 12:11:16 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@gentoo.org> | 2025-08-29 05:30:21 -0400 |
| commit | a69045d3f472dd1de111c8136e4d1540bfdeade4 (patch) | |
| tree | 514b1f3538e9ef5377664206a7ca521b69ac0241 /dev-python/bpython | |
| parent | bb784d92694826757db5e17749771fd2f2a7a2e6 (diff) | |
| download | gentoo-a69045d3f472dd1de111c8136e4d1540bfdeade4.tar.gz gentoo-a69045d3f472dd1de111c8136e4d1540bfdeade4.tar.bz2 gentoo-a69045d3f472dd1de111c8136e4d1540bfdeade4.zip | |
llvm-runtimes/compiler-rt-sanitizers: prevent -fstack-protector in *FLAGS
It causes the build to error since e.g. Sanitizer-x86_64-Test-Nolibc
builds with, unsurprisingly, `-static -nostdlib` resulting in
```
/usr/bin/x86_64-pc-linux-gnu-ld.bfd: sanitizer_nolibc_test_main.x86_64.o: in function `_start':
..../sanitizer_nolibc_test_main.cpp:(.text+0x29): undefined reference to `__stack_chk_fail'
```
The cmake files check for -fno-stack-protector support already, and pass
it to various parts if possible. But apparently not this. :P
Acked-by: Sam James <sam@gentoo.org>
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'dev-python/bpython')
0 files changed, 0 insertions, 0 deletions
