#192 Use -mabi=ieeelongdouble in ELN
Merged a year ago by nikic. Opened a year ago by yselkowitz.
rpms/ yselkowitz/clang rawhide  into  rawhide

file modified
+1 -1
@@ -322,7 +322,7 @@ 

  # defaults used by Fedora's GCC.

  %cmake  -G Ninja \

  	-DCLANG_DEFAULT_PIE_ON_LINUX=OFF \

- %if 0%{?fedora}

+ %if 0%{?fedora} || 0%{?rhel} > 9

  	-DPPC_LINUX_DEFAULT_IEEELONGDOUBLE=ON \

  %endif

  	-DLLVM_PARALLEL_LINK_JOBS=1 \

This matches the ELN gcc configuration, and appears to be the plan of record for RHEL 10:

https://gitlab.com/redhat/centos-stream/rpms/gcc/-/blob/scl-gcc-toolset-12-rhel-9.2.0/gcc.spec#L1015

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Pull-Request has been merged by nikic

a year ago
Metadata