Debian patch: 040_propagate_pic_to_nasm.diff
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%404014
This commit is contained in:
parent
de7e975cc7
commit
69e01437c8
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
command=""
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
-?PIC)
|
||||
# Ignore -fPIC and -DPIC options
|
||||
-fPIC)
|
||||
# Ignore -fPIC option
|
||||
;;
|
||||
-fno-common)
|
||||
# Ignore -fPIC and -DPIC options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue