- Switch ppc64le to the IEEE long double ABI by default in Factory.

Rev devel:gcc/36 Md5 1e7bddf3ddcc2b19d1680ea34b0a7569 2022-04-28 06:44:45 rguenther None
This commit is contained in:
OBS User rguenther
2022-04-28 06:44:45 +00:00
committed by Git OBS Bridge
parent ba4fff43ae
commit e7c7bf9d8f
59 changed files with 295 additions and 0 deletions

View File

@@ -641,9 +641,14 @@ amdgcn-amdhsa,\
--with-long-double-128 \
%if "%{TARGET_ARCH}" == "powerpc64le"
--enable-targets=powerpcle-linux \
%if %{suse_version} > 1500
--with-long-double-format=ieee \
%else
--with-long-double-format=ibm \
--disable-multilib \
%endif
%endif
%endif
%if "%{TARGET_ARCH}" == "sparc64"
--with-cpu=ultrasparc \
--with-long-double-128 \