Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1888:488eba319a25 | 1889:5225a9cc25a2 |
---|---|
6 while [ $# -gt 0 ]; do | 6 while [ $# -gt 0 ]; do |
7 case "$1" in | 7 case "$1" in |
8 -?PIC) | 8 -?PIC) |
9 # Ignore -fPIC and -DPIC options | 9 # Ignore -fPIC and -DPIC options |
10 ;; | 10 ;; |
11 -fno-common) | |
12 # Ignore -fPIC and -DPIC options | |
13 ;; | |
11 *) | 14 *) |
12 command="$command $1" | 15 command="$command $1" |
13 ;; | 16 ;; |
14 esac | 17 esac |
15 shift | 18 shift |