aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Battaglia2010-08-03 15:34:28 +0000
committerFabio Battaglia2010-08-03 15:34:28 +0000
commit6665bf4a0194e1199c3005b12986f5fa87847608 (patch)
treea2c9e3713432551d9e6791155a59e6b8ca36a4ac
parent20002588e66036fc992d60d44381a53650fd9d01 (diff)
downloadscummvm-rg350-6665bf4a0194e1199c3005b12986f5fa87847608.tar.gz
scummvm-rg350-6665bf4a0194e1199c3005b12986f5fa87847608.tar.bz2
scummvm-rg350-6665bf4a0194e1199c3005b12986f5fa87847608.zip
CONFIGURE: removed two useless definitions in N64 sections
svn-id: r51700
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 5c9bcdf884..db01465db0 100755
--- a/configure
+++ b/configure
@@ -1672,8 +1672,6 @@ if test -n "$_host"; then
LDFLAGS="$LDFLAGS -march=vr4300 -mtune=vr4300 -nodefaultlibs -nostartfiles -mno-crt0"
LDFLAGS="$LDFLAGS -L$N64SDK/hkz-libn64 -L$N64SDK/lib"
LDFLAGS="$LDFLAGS -T n64ld_cpp.x -Xlinker -Map -Xlinker scummvm.map"
- _ar="$_host_alias-ar cru"
- _ranlib="$_host_alias-ranlib"
_backend="n64"
_need_memalign=yes
_mt32emu=no