summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2014-07-27 21:55:13 +0000
committerRobert Mustacchi <rm@joyent.com>2014-07-28 01:00:04 +0000
commit09b68452dcff59eef4c8f8c1cb42fa4c3e96b890 (patch)
tree3ee32a8d2b2d2083b4811fb4ff7f282441f4cb52 /usr/src
parent4c58e2740e5a9b51afd6ae08a55e864fdef12152 (diff)
downloadillumos-joyent-09b68452dcff59eef4c8f8c1cb42fa4c3e96b890.tar.gz
OS-3249 uts/intel/elfexec needs to ctfconvert elf32 objects
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/intel/elfexec/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/intel/elfexec/Makefile b/usr/src/uts/intel/elfexec/Makefile
index 9751e04ba7..ce0433391c 100644
--- a/usr/src/uts/intel/elfexec/Makefile
+++ b/usr/src/uts/intel/elfexec/Makefile
@@ -102,12 +102,15 @@ include $(UTSBASE)/intel/Makefile.targ
$(OBJS_DIR)/elf32.o: $(UTSBASE)/common/exec/elf/elf.c
$(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf.c
+ $(CTFCONVERT_O)
$(OBJS_DIR)/elf32_notes.o: $(UTSBASE)/common/exec/elf/elf_notes.c
$(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf_notes.c
+ $(CTFCONVERT_O)
$(OBJS_DIR)/old32_notes.o: $(UTSBASE)/common/exec/elf/old_notes.c
$(COMPILE.c) -o $@ -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/old_notes.c
+ $(CTFCONVERT_O)
$(LINTS_DIR)/elf32.ln: $(UTSBASE)/common/exec/elf/elf.c
@($(LHEAD) $(LINT.c) -Celf32 -D_ELF32_COMPAT $(UTSBASE)/common/exec/elf/elf.c $(LTAIL))