Don't clobber safeseh for msvcc.sh -clang-cl in 32-bit mode
authorEhsan Akhgari <ehsan@mozilla.com>
Thu, 28 Jan 2016 21:57:18 +0000 (16:57 -0500)
committerEhsan Akhgari <ehsan@mozilla.com>
Thu, 28 Jan 2016 21:57:18 +0000 (16:57 -0500)
commit9c14cbfc7ff49c2ceb9b65c548ddaced607f0785
tree032ad468cd64a4d0495089b6182135fdeb836285
parent6ba2a49e226b859ddde9a37c34973cf85380c525
Don't clobber safeseh for msvcc.sh -clang-cl in 32-bit mode

The commit fb25cd0 went a bit too far and removed safeseh
when -clang-cl was passed, but that's only needed in x86-64
which is already handled by the -m64 flag.

I discovered this when building Firefox x86 with clang-cl.
msvcc.sh