diff build-scripts/strip_fPIC.sh @ 1889:5225a9cc25a2

Almost added Mac OS X nasm support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 26 Jun 2006 05:27:15 +0000
parents 19418e4422cb
children 27fe0dd48269
line wrap: on
line diff
--- a/build-scripts/strip_fPIC.sh	Mon Jun 26 01:33:53 2006 +0000
+++ b/build-scripts/strip_fPIC.sh	Mon Jun 26 05:27:15 2006 +0000
@@ -8,6 +8,9 @@
         -?PIC)
             # Ignore -fPIC and -DPIC options
             ;;
+        -fno-common)
+            # Ignore -fPIC and -DPIC options
+            ;;
         *)
             command="$command $1"
             ;;