aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2011-05-03 23:51:20 +0200
committerMax Horn2011-05-03 23:58:33 +0200
commit971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a (patch)
tree74e0f3358247794eafbb13723698f1d696345e98
parenta47eba2b49cbb16ef84643a2eeeb82f65172e86c (diff)
downloadscummvm-rg350-971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a.tar.gz
scummvm-rg350-971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a.tar.bz2
scummvm-rg350-971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a.zip
BUILD: Remove incorrect mention of 'symbian' backend from configure
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index e4167f3401..a498d2509c 100755
--- a/configure
+++ b/configure
@@ -653,7 +653,7 @@ Configuration:
-h, --help display this help and exit
--backend=BACKEND backend to build (android, dc, dingux, ds, gp2x, gph,
iphone, linuxmoto, maemo, n64, null, openpandora, ps2,
- psp, samsungtv, sdl, symbian, webos, wii, wince) [sdl]
+ psp, samsungtv, sdl, webos, wii, wince) [sdl]
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
@@ -1590,9 +1590,9 @@ case $_host_os in
if test "$_dynamic_modules" = no ; then
LDFLAGS="$LDFLAGS -Wl,--gc-sections"
else
- LDFLAGS="$LDFLAGS -Wl,--no-gc-sections"
- # TODO automate this required 2 step linking phase
- # LDFLAGS="$LDFLAGS -Wl,--retain-symbols-file,ds.syms"
+ LDFLAGS="$LDFLAGS -Wl,--no-gc-sections"
+ # TODO automate this required 2 step linking phase
+ # LDFLAGS="$LDFLAGS -Wl,--retain-symbols-file,ds.syms"
fi
LDFLAGS="$LDFLAGS -L$DEVKITPRO/libnds/lib"
LIBS="$LIBS -lnds9"