mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
for homebrew PSP development. WWW: http://www.ps2dev.org PR: ports/132323, ports/132324, ports/132325, ports/132326 ports/132327, ports/132328, ports/132329, ports/132330 Submitted by: Tassilo Philipp <tphilipp@potion-studios.com>
20 lines
884 B
Text
20 lines
884 B
Text
--- ld/Makefile.am.orig 2005-01-20 19:37:49.000000000 +0000
|
|
+++ ld/Makefile.am 2006-05-09 02:55:36.000000000 +0100
|
|
@@ -190,6 +190,7 @@
|
|
eelf_i386_chaos.o \
|
|
eelf_i386_fbsd.o \
|
|
eelf_i386_ldso.o \
|
|
+ eelf_mipsallegrexel_psp.o \
|
|
eelf_s390.o \
|
|
egld960.o \
|
|
egld960coff.o \
|
|
@@ -864,6 +865,9 @@
|
|
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_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 \
|
|
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
|
${GENSCRIPTS} elf_s390 "$(tdir_elf_s390)"
|