Fix msvcc.sh botch

This commit is contained in:
Anthony Green
2011-02-08 13:50:43 -05:00
parent dc411e8f99
commit b8099539f0
9 changed files with 88 additions and 1819 deletions

View File

@@ -32,8 +32,8 @@ Index: libffi/msvcc.sh
+ safeseh=
shift 1
;;
-O*)
@@ -164,7 +166,7 @@ if [ -n "$assembly" ]; then
-O0)
@@ -176,7 +178,7 @@ if [ -n "$assembly" ]; then
echo "$cl -nologo -EP $includes $defines $src > $ppsrc"
"$cl" -nologo -EP $includes $defines $src > $ppsrc || exit $?
output="$(echo $output | sed 's%/F[dpa][^ ]*%%g')"