summaryrefslogtreecommitdiff
path: root/usr/src/lib/libc_db
diff options
context:
space:
mode:
authorRichard Lowe <richlowe@richlowe.net>2014-04-16 20:03:15 +0100
committerRichard Lowe <richlowe@richlowe.net>2017-10-02 15:55:19 -0400
commit3e76f9d6851ef6c63217178eb67278ec2809b944 (patch)
tree8c8e1172a6bdbce8420f12d2af84d19f658bbae1 /usr/src/lib/libc_db
parent2aca6c63d5cd09b4015887c19fcacf9df90967b0 (diff)
downloadillumos-joyent-3e76f9d6851ef6c63217178eb67278ec2809b944.tar.gz
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: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/lib/libc_db')
-rw-r--r--usr/src/lib/libc_db/amd64/Makefile4
-rw-r--r--usr/src/lib/libc_db/i386/Makefile4
-rw-r--r--usr/src/lib/libc_db/sparc/Makefile4
-rw-r--r--usr/src/lib/libc_db/sparcv9/Makefile4
4 files changed, 4 insertions, 12 deletions
diff --git a/usr/src/lib/libc_db/amd64/Makefile b/usr/src/lib/libc_db/amd64/Makefile
index bc6ff111f4..9a111ae271 100644
--- a/usr/src/lib/libc_db/amd64/Makefile
+++ b/usr/src/lib/libc_db/amd64/Makefile
@@ -23,10 +23,8 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-CRTSRCS= ../../common/amd64
+CRTSRCS= ../../crt/amd64
include ../Makefile.com
include ../../Makefile.lib.64
diff --git a/usr/src/lib/libc_db/i386/Makefile b/usr/src/lib/libc_db/i386/Makefile
index efa5167a53..cce50fc565 100644
--- a/usr/src/lib/libc_db/i386/Makefile
+++ b/usr/src/lib/libc_db/i386/Makefile
@@ -23,10 +23,8 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-CRTSRCS= ../../common/i386
+CRTSRCS= ../../crt/i386
include ../Makefile.com
diff --git a/usr/src/lib/libc_db/sparc/Makefile b/usr/src/lib/libc_db/sparc/Makefile
index 9c8a9b0d2e..6d3026e506 100644
--- a/usr/src/lib/libc_db/sparc/Makefile
+++ b/usr/src/lib/libc_db/sparc/Makefile
@@ -23,10 +23,8 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-CRTSRCS= ../../common/sparc
+CRTSRCS= ../../crt/sparc
include ../Makefile.com
diff --git a/usr/src/lib/libc_db/sparcv9/Makefile b/usr/src/lib/libc_db/sparcv9/Makefile
index 93ae33d622..ee65b634b0 100644
--- a/usr/src/lib/libc_db/sparcv9/Makefile
+++ b/usr/src/lib/libc_db/sparcv9/Makefile
@@ -23,10 +23,8 @@
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# ident "%Z%%M% %I% %E% SMI"
-#
-CRTSRCS= ../../common/sparcv9
+CRTSRCS= ../../crt/sparc
include ../Makefile.com
include ../../Makefile.lib.64