update to 11.3.0 [release 11.3.0-1mamba;Thu Apr 28 2022]
This commit is contained in:
parent
1e9f0fddf2
commit
7556ad7541
@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
gij --classpath /usr/share/java/ecj.jar \
|
|
||||||
org.eclipse.jdt.internal.compiler.batch.GCCMain \
|
|
||||||
${1+"$@"}
|
|
22
gcc.spec
22
gcc.spec
@ -39,7 +39,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: gcc
|
Name: gcc
|
||||||
Version: 11.2.0
|
Version: 11.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
Summary: GNU Compiler Collection (C, C++, Fortran, Go, Ada)
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
@ -47,9 +47,8 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://gcc.gnu.org/
|
URL: https://gcc.gnu.org/
|
||||||
Source: ftp://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}%{?gcc_extraver}.tar.xz
|
Source: https://ftp.gnu.org/gnu/gcc/gcc-%{version}/gcc-%{version}%{?gcc_extraver}.tar.xz
|
||||||
Source1: ftp://sourceware.org/pub/java/ecj-latest.jar
|
Source1: ftp://sourceware.org/pub/java/ecj-latest.jar
|
||||||
Source2: gcc-4.3.2-ecj1-wrapper
|
|
||||||
Patch0: %{name}-4.5.0-no_fixincludes.patch
|
Patch0: %{name}-4.5.0-no_fixincludes.patch
|
||||||
Patch1: %{name}-4.0.2-zextract.patch
|
Patch1: %{name}-4.0.2-zextract.patch
|
||||||
Patch2: gcc4-java-nomulti.patch
|
Patch2: gcc4-java-nomulti.patch
|
||||||
@ -70,13 +69,6 @@ Patch19: gcc-7.1.0-cross-ftbfs-ucontet_t.patch
|
|||||||
Patch20: gcc-10.1.0-arm-provide-futex-atomic-functions.patch
|
Patch20: gcc-10.1.0-arm-provide-futex-atomic-functions.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
|
||||||
BuildRequires: libgmp-devel
|
|
||||||
BuildRequires: libisl-devel
|
|
||||||
BuildRequires: libmpc-devel
|
|
||||||
BuildRequires: libmpfr-devel
|
|
||||||
BuildRequires: libz-devel
|
|
||||||
BuildRequires: libzstd-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%if "%{?cross_target_cpu}" == ""
|
%if "%{?cross_target_cpu}" == ""
|
||||||
BuildRequires: binutils
|
BuildRequires: binutils
|
||||||
@ -619,6 +611,13 @@ Cross Platform gcc for %{_target_platform}.
|
|||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
## workaround for gcc-go
|
## workaround for gcc-go
|
||||||
#cp libgo/go/internal/syscall/unix/{getrandom_linux_arm.go,dummy.go}
|
#cp libgo/go/internal/syscall/unix/{getrandom_linux_arm.go,dummy.go}
|
||||||
|
cat >> libgo/go/internal/syscall/unix/dummy.go << __EOF
|
||||||
|
|
||||||
|
const (
|
||||||
|
getrandomTrap uintptr = 384
|
||||||
|
copyFileRangeTrap uintptr = 391
|
||||||
|
)
|
||||||
|
__EOF
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Do not run fixincludes
|
# Do not run fixincludes
|
||||||
@ -1504,6 +1503,9 @@ rm -f %{buildroot}%{_infodir}/libffi.info*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 11.3.0-1mamba
|
||||||
|
- update to 11.3.0
|
||||||
|
|
||||||
* Wed Jul 28 2021 Automatic Build System <autodist@mambasoft.it> 11.2.0-1mamba
|
* Wed Jul 28 2021 Automatic Build System <autodist@mambasoft.it> 11.2.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user