aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorYotam Barnoy2010-11-04 06:28:34 +0000
committerYotam Barnoy2010-11-04 06:28:34 +0000
commitf5bfae598c1a3fa0340396461a44d7834721cde5 (patch)
tree8ffd50ad46064943d0260808d6433803836cef43 /configure
parent50d2f7a6be5aff92553d232e105ea227908ba21e (diff)
downloadscummvm-rg350-f5bfae598c1a3fa0340396461a44d7834721cde5.tar.gz
scummvm-rg350-f5bfae598c1a3fa0340396461a44d7834721cde5.tar.bz2
scummvm-rg350-f5bfae598c1a3fa0340396461a44d7834721cde5.zip
PSP: cleaning up some stuff from plugin merge
svn-id: r54060
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 96449b20b6..42107c7f06 100755
--- a/configure
+++ b/configure
@@ -2226,7 +2226,7 @@ PLUGIN_LDFLAGS += -mno-crt0 $(PS2SDK)/ee/startup/crt0.o -Wl,-T$(srcdir)/backend
_elf_loader=yes
DEFINES="$DEFINES -DMIPS_TARGET"
_mak_plugins='
-LDFLAGS += -Wl,-T$(srcdir)/backends/platform/psp/main_prog.ld
+LDFLAGS += -Wl,-T$(srcdir)/backends/plugins/psp/main_prog.ld
PLUGIN_LDFLAGS += -Wl,-T$(srcdir)/backends/plugins/psp/plugin.ld -lstdc++ -lc
'
;;