diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-22 14:00:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-22 14:00:18 +0000 |
commit | 506eee2253b69d1cd98c00212a57e572a74945ec (patch) | |
tree | 63b9dedd38f0f8c731faa4b9c6305f693490cc08 /ld/Makefile.in | |
parent | 2d0441d9628b8196f726082b03c663000a491623 (diff) | |
download | gdb-506eee2253b69d1cd98c00212a57e572a74945ec.zip gdb-506eee2253b69d1cd98c00212a57e572a74945ec.tar.gz gdb-506eee2253b69d1cd98c00212a57e572a74945ec.tar.bz2 |
Improve Solaris compatability
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 88f076a..b71ed5b 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -270,6 +270,7 @@ ALL_EMULATIONS = \ eelf_i386.o \ eelf_i386_be.o \ eelf_i386_chaos.o \ + eelf_i386_ldso.o \ eelf_s390.o \ egld960.o \ egld960coff.o \ @@ -1251,6 +1252,9 @@ eelf_i386_be.c: $(srcdir)/emulparams/elf_i386_be.sh \ eelf_i386_chaos.c: $(srcdir)/emulparams/elf_i386_chaos.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf_i386_chaos "$(tdir_elf_i386_chaos)" +eelf_i386_ldso.c: $(srcdir)/emulparams/elf_i386_ldso.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf_i386_ldso "$(tdir_elf_i386_ldso)" eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)" |