mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
When static PIE is enabled by default, we shouldn't use crtbeginS.o and crtendS.o for non-PIE static executables. Check $($(@F)-no-pie) to use crtbeginT.o and crtend.o to create non-PIE static executables. Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>master
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue