X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=strip_fPIC.sh;fp=strip_fPIC.sh;h=0000000000000000000000000000000000000000;hb=aa1fc44b4532dc68be2482730a275f8a3ba8a039;hp=6edacd2d5ffda1c7f1816f0eb676c87d65bdf4d2;hpb=ef79bbde537d6b9c745a7d86cb9df1d04c35590d;p=pcsx_rearmed.git diff --git a/strip_fPIC.sh b/strip_fPIC.sh deleted file mode 100644 index 6edacd2d..00000000 --- a/strip_fPIC.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# libtool assumes that the compiler can handle the -fPIC flag -# This isn't always true (for example, nasm can't handle it) -command="" -while [ $1 ]; do - if [ "$1" != "-fPIC" ]; then - if [ "$1" != "-DPIC" ]; then - command="$command $1" - fi - fi - shift -done -echo $command -exec $command