diff options
author | Max Horn | 2011-05-03 23:51:20 +0200 |
---|---|---|
committer | Max Horn | 2011-05-03 23:58:33 +0200 |
commit | 971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a (patch) | |
tree | 74e0f3358247794eafbb13723698f1d696345e98 /configure | |
parent | a47eba2b49cbb16ef84643a2eeeb82f65172e86c (diff) | |
download | scummvm-rg350-971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a.tar.gz scummvm-rg350-971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a.tar.bz2 scummvm-rg350-971baf3585ebf6fc7a31bd8cf55da8c7540bdf5a.zip |
BUILD: Remove incorrect mention of 'symbian' backend from configure
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |