mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Remove _smp_mflags override on ppc64le
Using a fixed -j argument is pretty dubious and may have the opposite of the desired effect. E.g. on a recent copr build I see ppc64le having 5 cpus, so this actually increases the level of parallelism (and oversubscribes...) rather than decreasing. I don't think we have evidence that this particular workaround is still needed, so drop it.
This commit is contained in:
parent
1e0387cf85
commit
360dd3bc68
1 changed files with 0 additions and 6 deletions
|
@ -105,12 +105,6 @@
|
|||
%global pkg_includedir %{install_prefix}/include
|
||||
%endif
|
||||
|
||||
%ifarch ppc64le
|
||||
# Too many threads on ppc64 systems causes OOM errors.
|
||||
# TODO(kkleine): Is this really needed when building together with llvm?
|
||||
%global _smp_mflags -j8
|
||||
%endif
|
||||
|
||||
#endregion
|
||||
|
||||
#region COMPILER-RT globals
|
||||
|
|
Loading…
Reference in a new issue