diff options
author | Liming Gao <liming.gao@intel.com> | 2018-01-10 23:24:32 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-01-16 23:43:15 +0800 |
commit | 4a64cbda8615b9353366df8fc5a0cf3863ac2f11 (patch) | |
tree | bfe0fd98039d7994b567b354434458f4b8649ffa /BaseTools/Source/Python/build/__init__.py | |
parent | e21e355e2ca7fefb15b4df7078f995d3fb9c2b89 (diff) | |
download | edk2-4a64cbda8615b9353366df8fc5a0cf3863ac2f11.tar.gz edk2-4a64cbda8615b9353366df8fc5a0cf3863ac2f11.tar.bz2 edk2-4a64cbda8615b9353366df8fc5a0cf3863ac2f11.zip |
OvmfPkg: Don't add -mno-mmx -mno-sse option for XCODE5 tool chain
Ovmf appended option -mno-mmx -mno-sse, but these two options were enabled
in Openssl. The compiler option becomes -mmmx ?msse -mno-mmx -mno-sse. It
trig mac clang compiler hang when compile one source file in openssl.
This issue is found when SECURE_BOOT_ENABLE is TRUE. This may be the compiler
issue. To work around it, don't add these two options for XCODE5 tool chain.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'BaseTools/Source/Python/build/__init__.py')
0 files changed, 0 insertions, 0 deletions