Print this page
8609 want a position independent CRT
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Albert Lee <trisk@forkgnu.org>
Approved by:

*** 42,52 **** # interdependencies" below. .PARALLEL: # Build libc and its dependencies SUBDIRS= \ ! common \ ../cmd/sgs/libconv \ ../cmd/sgs/libdl \ libc \ .WAIT --- 42,52 ---- # interdependencies" below. .PARALLEL: # Build libc and its dependencies SUBDIRS= \ ! crt \ ../cmd/sgs/libconv \ ../cmd/sgs/libdl \ libc \ .WAIT
*** 547,558 **** _msg: $(MSGSUBDIRS:%=%-nodepend) .WAIT _dc _dc: $(DCSUBDIRS:%=%-nodepend) # Library interdependencies are called out explicitly here. ! ../cmd/sgs/libconv: common ! ../cmd/sgs/libdl: common libc: ../cmd/sgs/libconv ../cmd/sgs/libdl libm: libc libmd: libc libmp: libc --- 547,558 ---- _msg: $(MSGSUBDIRS:%=%-nodepend) .WAIT _dc _dc: $(DCSUBDIRS:%=%-nodepend) # Library interdependencies are called out explicitly here. ! ../cmd/sgs/libconv: crt ! ../cmd/sgs/libdl: crt libc: ../cmd/sgs/libconv ../cmd/sgs/libdl libm: libc libmd: libc libmp: libc