]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Removed unneeded case.
authorLyberta <lyberta@lyberta.net>
Thu, 27 Jul 2017 13:54:08 +0000 (16:54 +0300)
committerLyberta <lyberta@lyberta.net>
Thu, 27 Jul 2017 13:54:08 +0000 (16:54 +0300)
misc/tools/all/xonotic.subr

index d35e83fae8090ba00230a3ad451c8ca6fe094c13..c36e8edb8ff918344511874bb07c54cb1db59e33 100644 (file)
@@ -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