Almost added Mac OS X nasm support
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401905
This commit is contained in:
parent
554dd3b64b
commit
cb4f15a094
2 changed files with 11 additions and 1 deletions
|
@ -8,6 +8,9 @@ while [ $# -gt 0 ]; do
|
|||
-?PIC)
|
||||
# Ignore -fPIC and -DPIC options
|
||||
;;
|
||||
-fno-common)
|
||||
# Ignore -fPIC and -DPIC options
|
||||
;;
|
||||
*)
|
||||
command="$command $1"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue