summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc/sparc/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libc/sparc/Makefile.com')
-rw-r--r--usr/src/lib/libc/sparc/Makefile.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libc/sparc/Makefile.com b/usr/src/lib/libc/sparc/Makefile.com
index 8ad448f56a..e76f1cc175 100644
--- a/usr/src/lib/libc/sparc/Makefile.com
+++ b/usr/src/lib/libc/sparc/Makefile.com
@@ -1064,7 +1064,7 @@ TRACEOBJS= \
plockstat.o
# NOTE: libc.so.1 must be linked with the minimal crti.o and crtn.o
-# modules whose source is provided in the $(SRC)/lib/common directory.
+# modules whose source is provided in the $(SRC)/lib/crt directory.
# This must be done because otherwise the Sun C compiler would insert
# its own versions of these modules and those versions contain code
# to call out to C++ initialization functions. Such C++ initialization
@@ -1073,7 +1073,7 @@ TRACEOBJS= \
# Since libc contains no C++ code, linking with the minimal crti.o and
# crtn.o modules is safe and avoids the problems described above.
OBJECTS= $(CRTI) $(MOSTOBJS) $(CRTN)
-CRTSRCS= ../../common/sparc
+CRTSRCS= ../../crt/sparc
# include common library definitions
include $(SRC)/lib/Makefile.lib