mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
20 lines
873 B
Text
20 lines
873 B
Text
--- ./ld/Makefile.am.orig 2011-07-22 20:22:37.000000000 +0000
|
|
+++ ./ld/Makefile.am 2012-01-21 13:31:35.000000000 +0000
|
|
@@ -262,6 +262,7 @@
|
|
eelf_i386_ldso.c \
|
|
eelf_i386_sol2.c \
|
|
eelf_i386_vxworks.c \
|
|
+ eelf_mipsallegrexel_psp.o \
|
|
eelf_s390.c \
|
|
egld960.c \
|
|
egld960coff.c \
|
|
@@ -1196,6 +1197,9 @@
|
|
$(srcdir)/emulparams/vxworks.sh $(srcdir)/emultempl/vxworks.em \
|
|
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
|
${GENSCRIPTS} elf_i386_vxworks "$(tdir_elf_i386_vxworks)"
|
|
+eelf_mipsallegrexel_psp.c: $(srcdir)/emulparams/elf_mipsallegrexel_psp.sh \
|
|
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf_psp.sc ${GEN_DEPENDS}
|
|
+ ${GENSCRIPTS} elf_mipsallegrexel_psp "$(tdir_elf_mipsallegrexel_psp)"
|
|
eelf_s390.c: $(srcdir)/emulparams/elf_s390.sh \
|
|
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
|
${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)"
|