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,11 +42,11 @@
 # interdependencies" below.
 .PARALLEL:
 
 # Build libc and its dependencies
 SUBDIRS=                        \
-        common                  \
+        crt                     \
         ../cmd/sgs/libconv      \
         ../cmd/sgs/libdl        \
         libc                    \
         .WAIT
 

@@ -547,12 +547,12 @@
 _msg:                   $(MSGSUBDIRS:%=%-nodepend) .WAIT _dc
 
 _dc:                    $(DCSUBDIRS:%=%-nodepend)
 
 # Library interdependencies are called out explicitly here.
-../cmd/sgs/libconv: common
-../cmd/sgs/libdl: common
+../cmd/sgs/libconv: crt
+../cmd/sgs/libdl: crt
 libc:           ../cmd/sgs/libconv ../cmd/sgs/libdl
 
 libm:           libc
 libmd:          libc
 libmp:          libc