|
|
@ -128,7 +128,7 @@
|
|
|
|
Summary: Various compilers (C, C++, Objective-C, ...)
|
|
|
|
Summary: Various compilers (C, C++, Objective-C, ...)
|
|
|
|
Name: gcc
|
|
|
|
Name: gcc
|
|
|
|
Version: %{gcc_version}
|
|
|
|
Version: %{gcc_version}
|
|
|
|
Release: %{gcc_release}%{?dist}.inferit.1
|
|
|
|
Release: %{gcc_release}%{?dist}
|
|
|
|
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
|
|
|
# libgcc, libgfortran, libgomp, libstdc++ and crtstuff have
|
|
|
|
# GCC Runtime Exception.
|
|
|
|
# GCC Runtime Exception.
|
|
|
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
|
|
|
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
|
|
|
@ -170,12 +170,6 @@ URL: http://gcc.gnu.org
|
|
|
|
# Need binutils which support -plugin
|
|
|
|
# Need binutils which support -plugin
|
|
|
|
# Need binutils which support .loc view >= 2.30
|
|
|
|
# Need binutils which support .loc view >= 2.30
|
|
|
|
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
|
|
|
|
# Need binutils which support --generate-missing-build-notes=yes >= 2.31
|
|
|
|
|
|
|
|
|
|
|
|
# GCC requires clang/llvm? Ok.
|
|
|
|
|
|
|
|
Buildrequires: /usr/bin/clang++
|
|
|
|
|
|
|
|
Buildrequires: /usr/bin/llvm-config
|
|
|
|
|
|
|
|
Buildrequires: clang-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 29 || 0%{?rhel} > 7
|
|
|
|
%if 0%{?fedora} >= 29 || 0%{?rhel} > 7
|
|
|
|
BuildRequires: binutils >= 2.31
|
|
|
|
BuildRequires: binutils >= 2.31
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -1016,7 +1010,7 @@ CC="$CC" CXX="$CXX" CFLAGS="$OPT_FLAGS" \
|
|
|
|
--target nvptx-none --enable-as-accelerator-for=%{gcc_target_platform} \
|
|
|
|
--target nvptx-none --enable-as-accelerator-for=%{gcc_target_platform} \
|
|
|
|
--enable-languages=c,c++,fortran,lto \
|
|
|
|
--enable-languages=c,c++,fortran,lto \
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
--with-bugurl=http://bugs.msvsphere-os.ru/ \
|
|
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
|
|
|
--enable-checking=release --with-system-zlib \
|
|
|
|
--enable-checking=release --with-system-zlib \
|
|
|
|
--with-gcc-major-version-only --without-isl --enable-host-pie --enable-host-bind-now
|
|
|
|
--with-gcc-major-version-only --without-isl --enable-host-pie --enable-host-bind-now
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
@ -1081,7 +1075,7 @@ enableld=,d
|
|
|
|
# used in the cross builds.
|
|
|
|
# used in the cross builds.
|
|
|
|
CONFIGURE_OPTS_BASE="\
|
|
|
|
CONFIGURE_OPTS_BASE="\
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
--prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \
|
|
|
|
--with-bugurl=http://bugs.msvsphere-os.ru/ \
|
|
|
|
--with-bugurl=http://bugzilla.redhat.com/bugzilla \
|
|
|
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
|
|
|
--enable-shared --enable-threads=posix --enable-checking=release \
|
|
|
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
|
|
|
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions \
|
|
|
|
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
|
|
|
--enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only \
|
|
|
@ -3600,13 +3594,6 @@ end
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Fri Nov 01 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 11.5.0-2.inferit.1
|
|
|
|
|
|
|
|
- Enable aarch64 cross compiler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 11.5.0-2.inferit
|
|
|
|
|
|
|
|
- Disables aarch64 cross compiler build
|
|
|
|
|
|
|
|
- Debrand for MSVSphere 9.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 22 2024 Marek Polacek <polacek@redhat.com> 11.5.0-2
|
|
|
|
* Mon Jul 22 2024 Marek Polacek <polacek@redhat.com> 11.5.0-2
|
|
|
|
- fix TARGET_CPU_DEFAULT (PR target/105157, RHEL-50037)
|
|
|
|
- fix TARGET_CPU_DEFAULT (PR target/105157, RHEL-50037)
|
|
|
|
- libstdc++: Workaround kernel-headers on s390x-linux (RHEL-50054)
|
|
|
|
- libstdc++: Workaround kernel-headers on s390x-linux (RHEL-50054)
|
|
|
|