Mercurial > sdl-ios-xcode
changeset 4297:27fe0dd48269 SDL-1.2
Debian patch: 040_propagate_pic_to_nasm.diff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Oct 2009 08:56:01 +0000 |
parents | f9fb7284991d |
children | 7d60c0ac6aae |
files | build-scripts/strip_fPIC.sh |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build-scripts/strip_fPIC.sh Sat Oct 10 08:50:35 2009 +0000 +++ b/build-scripts/strip_fPIC.sh Sat Oct 10 08:56:01 2009 +0000 @@ -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