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:
Sam Lantinga 2009-10-10 08:56:01 +00:00
parent de7e975cc7
commit 69e01437c8

View file

@ -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