From aa1fc44b4532dc68be2482730a275f8a3ba8a039 Mon Sep 17 00:00:00 2001 From: notaz Date: Tue, 16 Nov 2010 18:39:07 +0200 Subject: remove stuff we won't need this makes the source tree more pleasant to work with. --- strip_fPIC.sh | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 strip_fPIC.sh (limited to 'strip_fPIC.sh') diff --git a/strip_fPIC.sh b/strip_fPIC.sh deleted file mode 100644 index 6edacd2..0000000 --- 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 -- cgit v1.2.3