Ismail Donmez changed bug 1041469
What Removed Added
Status NEW IN_PROGRESS

Comment # 1 on bug 1041469 from
(In reply to Michal Suchanek from comment #0)
> Hello,
> 
> llvm4 has this conditional:
> 
> %if 0%{?sle_version} <= 130000
> BuildRequires:  gcc6
> BuildRequires:  gcc6-c++
> %else
> BuildRequires:  gcc
> BuildRequires:  gcc-c++
> %endif
> 
> Since TW has no sle_version you get gcc6 on TW which is probably not
> intended.
> 
> However, llvm4 is the only llvm which passes test on arm64 which may be the
> result of building with gcc6.

Sent a fix, thank you. gcc7 on aarch64 should be safe also.

> Also lldb4 has
> 
> ExclusiveArch:  arm x86_64
> 
> arm is not an arch so this will build on x86_64 only. Maybe it was supposed
> to be %arm or armv7 or ... ?

Yeah it was wishful thinking anyway, reverted to x86_64 only.

Thanks!


You are receiving this mail because: