diff options
author | Richard Lowe <richlowe@richlowe.net> | 2014-04-16 20:03:15 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-10-02 15:55:19 -0400 |
commit | 3e76f9d6851ef6c63217178eb67278ec2809b944 (patch) | |
tree | 8c8e1172a6bdbce8420f12d2af84d19f658bbae1 /usr/src/lib/libc_db/sparc | |
parent | 2aca6c63d5cd09b4015887c19fcacf9df90967b0 (diff) | |
download | illumos-gate-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/sparc')
-rw-r--r-- | usr/src/lib/libc_db/sparc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 |