From: Florian K. <fl...@ei...> - 2025-10-20 11:16:54
|
make check on x86-64 produces a bunch of warnings like this one: /usr/bin/ld: int3-x86.o: warning: relocation in read-only section `.text' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE Attached patch fixes these by passing -no-pie to the linker. Regtested on linux. But I'm not sure whether -no-pie might cause a problem on Darwin... OK? Florian |