On Tue, 2012-04-24 at 23:13 -0400, Mike Frysinger wrote: > On Tuesday 24 April 2012 09:47:10 Mark Salter wrote: > > This patch updates the C6X support to work with latest uClibc code and > > uses reworked DSBT support to allow using kernel FDPIC loader. > > do static progs (and thus the crt code) need updating too to handle the new > kernel behavior ? > -mike
The toolchain really doesn't support fully static binaries. The closest DSBT comes is linking with static libs vs shared libs, but the resulting binary still needs ldso to relocate. We would have to update the crt code if we ever add support for fully static binaries (flat probably). --Mark _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
