From e089fb975091abc8eecadbd9106188516c07eea9 Mon Sep 17 00:00:00 2001 From: Lyberta Date: Thu, 27 Jul 2017 16:54:08 +0300 Subject: [PATCH] Removed unneeded case. --- misc/tools/all/xonotic.subr | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/misc/tools/all/xonotic.subr b/misc/tools/all/xonotic.subr index d35e83fa..c36e8edb 100644 --- a/misc/tools/all/xonotic.subr +++ b/misc/tools/all/xonotic.subr @@ -216,22 +216,11 @@ case "$cmd" in verbose $MAKE $MAKEFLAGS case "`uname`" in Linux) - case `uname -m` in - x86_64) - # No cp commands, we want to use static linking instead. - MAKEFLAGS="$MAKEFLAGS DP_LINK_CRYPTO=shared DP_LINK_CRYPTO_RIJNDAEL=shared" - export CC="$CC -I../../../../" - export CC="$CC -L../../../../d0_blind_id/.libs" - export CC="$CC -Wl,-rpath,./d0_blind_id/.libs" - ;; - *86) - # No cp commands, we want to use static linking instead. - export CC="$CC -I../../../../" - export CC="$CC -L../../../../d0_blind_id/.libs" - export CC="$CC -Wl,-rpath,./d0_blind_id/.libs" - MAKEFLAGS="$MAKEFLAGS DP_LINK_CRYPTO=shared DP_LINK_CRYPTO_RIJNDAEL=shared" - ;; - esac + # No cp commands, we want to use static linking instead. + MAKEFLAGS="$MAKEFLAGS DP_LINK_CRYPTO=shared DP_LINK_CRYPTO_RIJNDAEL=shared" + export CC="$CC -I../../../../" + export CC="$CC -L../../../../d0_blind_id/.libs" + export CC="$CC -Wl,-rpath,./d0_blind_id/.libs" esac fi -- 2.39.2