changeset 1889 | 5225a9cc25a2 |
parent 1361 | 19418e4422cb |
child 4297 | 27fe0dd48269 |
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 |