Print this page
8609 want a position independent CRT

*** 41,51 **** # interdependencies" below. .PARALLEL: # Build libc and its dependencies SUBDIRS= \ ! common \ ../cmd/sgs/libconv \ ../cmd/sgs/libdl \ libc \ .WAIT --- 41,51 ---- # interdependencies" below. .PARALLEL: # Build libc and its dependencies SUBDIRS= \ ! crt \ ../cmd/sgs/libconv \ ../cmd/sgs/libdl \ libc \ .WAIT
*** 546,557 **** _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 --- 546,557 ---- _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