diff options
author | Tony Puccinelli | 2010-07-27 06:27:45 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-07-27 06:27:45 +0000 |
commit | 58f3e81f0073f55a892802b562081300345ca23d (patch) | |
tree | 0e2bb58497a4bdf74100aeba0ca690b8f0b1d204 /backends/platform/psp/Makefile | |
parent | 4e530debd2b2cb79078b705792fc599d328d6c7c (diff) | |
download | scummvm-rg350-58f3e81f0073f55a892802b562081300345ca23d.tar.gz scummvm-rg350-58f3e81f0073f55a892802b562081300345ca23d.tar.bz2 scummvm-rg350-58f3e81f0073f55a892802b562081300345ca23d.zip |
Continued abstraction of generic ELF-loader, splitting off MIPS-processor specific things into their own files and testing on the PS2
svn-id: r51345
Diffstat (limited to 'backends/platform/psp/Makefile')
-rw-r--r-- | backends/platform/psp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 8e83563d10..c479244551 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -88,8 +88,8 @@ CXX_UPDATE_DEP_FLAG = -Wp,-MMD,"$(*D)/$(DEPDIR)/$(*F).d",-MQ,"$@",-MP # Variables for dynamic plugin building PLUGIN_PREFIX = PLUGIN_SUFFIX = .plg -PLUGIN_EXTRA_DEPS = plugin.syms scummvm-psp.elf -PLUGIN_LDFLAGS = -nostartfiles -Wl,-q,--just-symbols=scummvm-psp.org.elf,-Tplugin.ld,--retain-symbols-file,plugin.syms -lstdc++ -lc +PLUGIN_EXTRA_DEPS = $(srcdir)/backends/plugins/plugin.syms scummvm-psp.elf +PLUGIN_LDFLAGS = -nostartfiles -Wl,-q,--just-symbols=scummvm-psp.org.elf,-T$(srcdir)/backends/plugins/psp/plugin.ld,--retain-symbols-file,$(srcdir)/backends/plugins/plugin.syms -lstdc++ -lc # PSP-specific variables STRIP = psp-strip |