提交 e864a290 编写于 作者: R Rich Felker

make dynamic linker depend on -DSHARED not -fPIC

if libc.a is compiled PIC for use in static PIE code, this should not
cause the dynamic linker (which still does not support static-linked
main program) to be built into libc.a.
上级 0420b874
......@@ -20,7 +20,7 @@
static int errflag;
static char errbuf[128];
#ifdef __PIC__
#ifdef SHARED
#include "reloc.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册