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/cmd/sgs/rtld | |
| parent | 2aca6c63d5cd09b4015887c19fcacf9df90967b0 (diff) | |
| download | illumos-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/cmd/sgs/rtld')
| -rw-r--r-- | usr/src/cmd/sgs/rtld/amd64/Makefile | 2 | ||||
| -rw-r--r-- | usr/src/cmd/sgs/rtld/i386/Makefile | 2 | ||||
| -rw-r--r-- | usr/src/cmd/sgs/rtld/sparc/Makefile | 2 | ||||
| -rw-r--r-- | usr/src/cmd/sgs/rtld/sparcv9/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/cmd/sgs/rtld/amd64/Makefile b/usr/src/cmd/sgs/rtld/amd64/Makefile index 053171045d..b6db892ba6 100644 --- a/usr/src/cmd/sgs/rtld/amd64/Makefile +++ b/usr/src/cmd/sgs/rtld/amd64/Makefile @@ -48,7 +48,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o S_ASOBJS= -CRTSRCS= ../../../../lib/common/amd64 +CRTSRCS= ../../../../lib/crt/amd64 CRTI= pics/crti.o CRTN= pics/crtn.o CRTS= $(CRTI) $(CRTN) diff --git a/usr/src/cmd/sgs/rtld/i386/Makefile b/usr/src/cmd/sgs/rtld/i386/Makefile index 043d38b99a..40ec3f44af 100644 --- a/usr/src/cmd/sgs/rtld/i386/Makefile +++ b/usr/src/cmd/sgs/rtld/i386/Makefile @@ -48,7 +48,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o S_ASOBJS= -CRTSRCS= ../../../../lib/common/i386 +CRTSRCS= ../../../../lib/crt/i386 CRTI= pics/crti.o CRTN= pics/crtn.o CRTS= $(CRTI) $(CRTN) diff --git a/usr/src/cmd/sgs/rtld/sparc/Makefile b/usr/src/cmd/sgs/rtld/sparc/Makefile index d142ee2241..d2630c52db 100644 --- a/usr/src/cmd/sgs/rtld/sparc/Makefile +++ b/usr/src/cmd/sgs/rtld/sparc/Makefile @@ -47,7 +47,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o S_ASOBJS= boot_a.out.o -CRTSRCS= ../../../../lib/common/sparc +CRTSRCS= ../../../../lib/crt/sparc CRTI= pics/crti.o CRTN= pics/crtn.o CRTS= $(CRTI) $(CRTN) diff --git a/usr/src/cmd/sgs/rtld/sparcv9/Makefile b/usr/src/cmd/sgs/rtld/sparcv9/Makefile index eafc1b0022..0093a7b86e 100644 --- a/usr/src/cmd/sgs/rtld/sparcv9/Makefile +++ b/usr/src/cmd/sgs/rtld/sparcv9/Makefile @@ -46,7 +46,7 @@ P_ASOBJS= boot.o boot_elf.o caller.o S_ASOBJS= -CRTSRCS= ../../../../lib/common/sparcv9 +CRTSRCS= ../../../../lib/crt/sparc CRTI= pics/crti.o CRTN= pics/crtn.o CRTS= $(CRTI) $(CRTN) |
