Update x11/sddm to version 0.18.1
[dports.git] / lang / rust / files / patch-src_llvm-project_llvm_utils_llvm-build_llvmbuild_main.py
1 --- src/llvm-project/llvm/utils/llvm-build/llvmbuild/main.py.orig       2019-09-20 16:14:30 UTC
2 +++ src/llvm-project/llvm/utils/llvm-build/llvmbuild/main.py
3 @@ -657,6 +657,8 @@ def add_magic_target_components(parser, project, opts)
4      # We handle a few special cases of target names here for historical
5      # reasons, as these are the names configure currently comes up with.
6      native_target_name = { 'x86' : 'X86',
7 +                           'i386' : 'X86',
8 +                           'amd64' : 'X86',
9                             'x86_64' : 'X86',
10                             'Unknown' : None }.get(opts.native_target,
11                                                    opts.native_target)