X-Git-Url: http://git.jankratochvil.net/?p=lldb-experimental.git;a=blobdiff_plain;f=lldb-experimental.spec;h=7e62777e2292f9e44c76119959c17100ebf01c80;hp=380a861d2dd4ecf176d8f96d0e051b5a9acb44ae;hb=490a3d630df23ae5c724d89505891fede9fb941b;hpb=ab3c55a7b79b89ff6dd1cbc3a3b4380728bae9bd diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 380a861..7e62777 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -18,7 +18,7 @@ %endif Name: lldb-experimental Version: 13.0.0 -Release: 0.20210604snap5%{?dist} +Release: 0.20210604snap6%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -207,9 +207,13 @@ FLAGS="$FLAGS -fdebug-types-section" # clang-12: error: unsupported argument 'auto' to option 'flto=' # clang-12: warning: optimization flag '-ffat-lto-objects' is not supported [-Wignored-optimization-argument] -FLAGS="$(echo $FLAGS|sed 's/-flto=auto -ffat-lto-objects/-flto/')" +FLAGS="$(echo $FLAGS|sed 's/ -flto=auto -ffat-lto-objects / -flto /')" # ld.lld: error: relocation R_X86_64_PC32 cannot be used against symbol ...; recompile with -fPIC FLAGS="$FLAGS -fPIC" +%if 0%{?rhel:1} && 0%{?rhel} <= 7 +# clang: error: unknown argument: '-fstack-protector-strong' +FLAGS="$(echo $FLAGS|sed 's/ -fstack-protector-strong / /')" +%endif CFLAGS="$FLAGS" CXXFLAGS="$FLAGS"