make dynamic linker depend on -DSHARED not -fPIC
authorRich Felker <dalias@aerifal.cx>
Wed, 11 Jul 2012 05:47:30 +0000 (01:47 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 11 Jul 2012 05:47:30 +0000 (01:47 -0400)
commite864a29090459c98d106f6f74a16b3558e18fdca
treea32abe28de1b19a60893c3ad2d2a493cb79a3ece
parent0420b874465db7544a9e1f320969b4920c9405d8
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.
src/ldso/dynlink.c