Kaydet (Commit) 36ce22f4 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#82430: MSVC 2010 refuses both -clr and -arch in the same command

Change-Id: I41339e05ec914a2d660d87c99c99b824dddd10c9
üst 8dd8e93d
......@@ -3773,7 +3773,7 @@ if test "$_os" = "WINNT"; then
COMPATH=`echo $VC_PRODUCT_DIR`
fi
fi
if test "$BITNESS_OVERRIDE" = ""; then
if test "$BITNESS_OVERRIDE" = "" -a "$vcnum" != "100"; then
CC="$CC -arch:SSE" # MSVC 2012 default for x86 is -arch:SSE2
fi
export INCLUDE=`cygpath -d "$COMPATH/Include"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment