diff --git a/cross-aarch64-gcc12-bootstrap.changes b/cross-aarch64-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-aarch64-gcc12-bootstrap.changes +++ b/cross-aarch64-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-aarch64-gcc12-bootstrap.spec b/cross-aarch64-gcc12-bootstrap.spec index 1d5bb54..4cc34f9 100644 --- a/cross-aarch64-gcc12-bootstrap.spec +++ b/cross-aarch64-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-aarch64-gcc12.changes b/cross-aarch64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-aarch64-gcc12.changes +++ b/cross-aarch64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-aarch64-gcc12.spec b/cross-aarch64-gcc12.spec index eaa8d35..58ebb68 100644 --- a/cross-aarch64-gcc12.spec +++ b/cross-aarch64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-amdgcn-gcc12.changes b/cross-amdgcn-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-amdgcn-gcc12.changes +++ b/cross-amdgcn-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-amdgcn-gcc12.spec b/cross-amdgcn-gcc12.spec index 5c2466a..a5dd634 100644 --- a/cross-amdgcn-gcc12.spec +++ b/cross-amdgcn-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-arm-gcc12.changes b/cross-arm-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-arm-gcc12.changes +++ b/cross-arm-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-arm-gcc12.spec b/cross-arm-gcc12.spec index 2e2dd54..f565ca1 100644 --- a/cross-arm-gcc12.spec +++ b/cross-arm-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-arm-none-gcc12-bootstrap.changes b/cross-arm-none-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-arm-none-gcc12-bootstrap.changes +++ b/cross-arm-none-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-arm-none-gcc12-bootstrap.spec b/cross-arm-none-gcc12-bootstrap.spec index fb9fb24..de43034 100644 --- a/cross-arm-none-gcc12-bootstrap.spec +++ b/cross-arm-none-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-arm-none-gcc12.changes b/cross-arm-none-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-arm-none-gcc12.changes +++ b/cross-arm-none-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-arm-none-gcc12.spec b/cross-arm-none-gcc12.spec index 4b73a02..2cf9ab0 100644 --- a/cross-arm-none-gcc12.spec +++ b/cross-arm-none-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-avr-gcc12-bootstrap.changes b/cross-avr-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-avr-gcc12-bootstrap.changes +++ b/cross-avr-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-avr-gcc12-bootstrap.spec b/cross-avr-gcc12-bootstrap.spec index 017b6ea..767e57d 100644 --- a/cross-avr-gcc12-bootstrap.spec +++ b/cross-avr-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-avr-gcc12.changes b/cross-avr-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-avr-gcc12.changes +++ b/cross-avr-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-avr-gcc12.spec b/cross-avr-gcc12.spec index 868b1a5..18ba124 100644 --- a/cross-avr-gcc12.spec +++ b/cross-avr-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-epiphany-gcc12-bootstrap.changes b/cross-epiphany-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-epiphany-gcc12-bootstrap.changes +++ b/cross-epiphany-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-epiphany-gcc12-bootstrap.spec b/cross-epiphany-gcc12-bootstrap.spec index 8f37e96..834d4fd 100644 --- a/cross-epiphany-gcc12-bootstrap.spec +++ b/cross-epiphany-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-epiphany-gcc12.changes b/cross-epiphany-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-epiphany-gcc12.changes +++ b/cross-epiphany-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-epiphany-gcc12.spec b/cross-epiphany-gcc12.spec index 4daec21..9b7c6fd 100644 --- a/cross-epiphany-gcc12.spec +++ b/cross-epiphany-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-hppa-gcc12-bootstrap.changes b/cross-hppa-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-hppa-gcc12-bootstrap.changes +++ b/cross-hppa-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-hppa-gcc12-bootstrap.spec b/cross-hppa-gcc12-bootstrap.spec index 8d868fa..127e7fa 100644 --- a/cross-hppa-gcc12-bootstrap.spec +++ b/cross-hppa-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-hppa-gcc12.changes b/cross-hppa-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-hppa-gcc12.changes +++ b/cross-hppa-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-hppa-gcc12.spec b/cross-hppa-gcc12.spec index 41b7bc8..dcc6ad4 100644 --- a/cross-hppa-gcc12.spec +++ b/cross-hppa-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-m68k-gcc12.changes b/cross-m68k-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-m68k-gcc12.changes +++ b/cross-m68k-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-m68k-gcc12.spec b/cross-m68k-gcc12.spec index 6d7ed76..ce53ee8 100644 --- a/cross-m68k-gcc12.spec +++ b/cross-m68k-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-mips-gcc12.changes b/cross-mips-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-mips-gcc12.changes +++ b/cross-mips-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-mips-gcc12.spec b/cross-mips-gcc12.spec index 2f8cea1..fb9d5fa 100644 --- a/cross-mips-gcc12.spec +++ b/cross-mips-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-nvptx-gcc12.changes b/cross-nvptx-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-nvptx-gcc12.changes +++ b/cross-nvptx-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-nvptx-gcc12.spec b/cross-nvptx-gcc12.spec index d774fa7..12e1e09 100644 --- a/cross-nvptx-gcc12.spec +++ b/cross-nvptx-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-ppc64-gcc12.changes b/cross-ppc64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-ppc64-gcc12.changes +++ b/cross-ppc64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-ppc64-gcc12.spec b/cross-ppc64-gcc12.spec index 41ab325..4ba35b7 100644 --- a/cross-ppc64-gcc12.spec +++ b/cross-ppc64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-ppc64le-gcc12.changes b/cross-ppc64le-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-ppc64le-gcc12.changes +++ b/cross-ppc64le-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-ppc64le-gcc12.spec b/cross-ppc64le-gcc12.spec index ee5efc9..ddfd978 100644 --- a/cross-ppc64le-gcc12.spec +++ b/cross-ppc64le-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-elf-gcc12-bootstrap.changes b/cross-riscv64-elf-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.changes +++ b/cross-riscv64-elf-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-elf-gcc12-bootstrap.spec b/cross-riscv64-elf-gcc12-bootstrap.spec index ba3b0c1..8ae42fc 100644 --- a/cross-riscv64-elf-gcc12-bootstrap.spec +++ b/cross-riscv64-elf-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-elf-gcc12.changes b/cross-riscv64-elf-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-elf-gcc12.changes +++ b/cross-riscv64-elf-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-elf-gcc12.spec b/cross-riscv64-elf-gcc12.spec index f166c80..1f09985 100644 --- a/cross-riscv64-elf-gcc12.spec +++ b/cross-riscv64-elf-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-gcc12-bootstrap.changes b/cross-riscv64-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-gcc12-bootstrap.changes +++ b/cross-riscv64-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-gcc12-bootstrap.spec b/cross-riscv64-gcc12-bootstrap.spec index 757fe1e..2dcba14 100644 --- a/cross-riscv64-gcc12-bootstrap.spec +++ b/cross-riscv64-gcc12-bootstrap.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-riscv64-gcc12.changes b/cross-riscv64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-riscv64-gcc12.changes +++ b/cross-riscv64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-riscv64-gcc12.spec b/cross-riscv64-gcc12.spec index 869ee64..049f90b 100644 --- a/cross-riscv64-gcc12.spec +++ b/cross-riscv64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-rx-gcc12-bootstrap.changes b/cross-rx-gcc12-bootstrap.changes index 530cd8f..ca3787d 100644 --- a/cross-rx-gcc12-bootstrap.changes +++ b/cross-rx-gcc12-bootstrap.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-rx-gcc12-bootstrap.spec b/cross-rx-gcc12-bootstrap.spec index 3dcd7af..b94e2d6 100644 --- a/cross-rx-gcc12-bootstrap.spec +++ b/cross-rx-gcc12-bootstrap.spec @@ -618,10 +618,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -635,20 +631,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-rx-gcc12.changes b/cross-rx-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-rx-gcc12.changes +++ b/cross-rx-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-rx-gcc12.spec b/cross-rx-gcc12.spec index dbae285..ab26101 100644 --- a/cross-rx-gcc12.spec +++ b/cross-rx-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-s390x-gcc12.changes b/cross-s390x-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-s390x-gcc12.changes +++ b/cross-s390x-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-s390x-gcc12.spec b/cross-s390x-gcc12.spec index 9ce65c9..31256a4 100644 --- a/cross-s390x-gcc12.spec +++ b/cross-s390x-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-sparc-gcc12.changes b/cross-sparc-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-sparc-gcc12.changes +++ b/cross-sparc-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-sparc-gcc12.spec b/cross-sparc-gcc12.spec index 8f14efb..4121fb2 100644 --- a/cross-sparc-gcc12.spec +++ b/cross-sparc-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-sparc64-gcc12.changes b/cross-sparc64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-sparc64-gcc12.changes +++ b/cross-sparc64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-sparc64-gcc12.spec b/cross-sparc64-gcc12.spec index ed41dfc..27f8956 100644 --- a/cross-sparc64-gcc12.spec +++ b/cross-sparc64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/cross-x86_64-gcc12.changes b/cross-x86_64-gcc12.changes index 530cd8f..ca3787d 100644 --- a/cross-x86_64-gcc12.changes +++ b/cross-x86_64-gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/cross-x86_64-gcc12.spec b/cross-x86_64-gcc12.spec index c4eca5d..ef3714c 100644 --- a/cross-x86_64-gcc12.spec +++ b/cross-x86_64-gcc12.spec @@ -617,10 +617,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -634,20 +630,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/gcc.spec.in b/gcc.spec.in index c25ca3c..b5137b4 100644 --- a/gcc.spec.in +++ b/gcc.spec.in @@ -1495,10 +1495,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -1512,20 +1508,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/gcc12-testresults.changes b/gcc12-testresults.changes index 530cd8f..ca3787d 100644 --- a/gcc12-testresults.changes +++ b/gcc12-testresults.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/gcc12-testresults.spec b/gcc12-testresults.spec index a86163a..a959392 100644 --- a/gcc12-testresults.spec +++ b/gcc12-testresults.spec @@ -809,10 +809,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -826,20 +822,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \ diff --git a/gcc12.changes b/gcc12.changes index 530cd8f..ca3787d 100644 --- a/gcc12.changes +++ b/gcc12.changes @@ -2,6 +2,7 @@ Thu Apr 28 06:43:08 UTC 2022 - Richard Biener - Switch ppc64le to the IEEE long double ABI by default in Factory. +- Separate ppc64le from ppc/ppc64 specific configury. ------------------------------------------------------------------- Wed Apr 27 05:56:00 UTC 2022 - Richard Biener diff --git a/gcc12.spec b/gcc12.spec index 891b31c..9f8dbbe 100644 --- a/gcc12.spec +++ b/gcc12.spec @@ -2305,10 +2305,6 @@ amdgcn-amdhsa,\ --enable-fix-cortex-a53-835769 \ --enable-fix-cortex-a53-843419 \ %endif -%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" || "%{TARGET_ARCH}" == "powerpc64le" -%if "%{TARGET_ARCH}" == "powerpc" - --with-cpu=default32 \ -%endif %if "%{TARGET_ARCH}" == "powerpc64le" %if %{suse_version} >= 1350 --with-cpu=power8 \ @@ -2322,20 +2318,23 @@ amdgcn-amdhsa,\ --with-tune=power7 \ %endif %endif -%else - --with-cpu-64=power4 \ -%endif - --enable-secureplt \ - --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 \ %endif + --enable-secureplt \ + --with-long-double-128 \ + --enable-targets=powerpcle-linux \ --disable-multilib \ %endif +%if "%{TARGET_ARCH}" == "powerpc" || "%{TARGET_ARCH}" == "powerpc64" +%if "%{TARGET_ARCH}" == "powerpc" + --with-cpu=default32 \ +%endif + --with-cpu-64=power4 \ + --enable-secureplt \ + --with-long-double-128 \ %endif %if "%{TARGET_ARCH}" == "sparc64" --with-cpu=ultrasparc \