Avoid hard-coding versions of {gcc,binutils,glibc}-sources so there's no
need to updated the spec whenever GCC, binutils, or glibc gets rebuilt.
This commit is contained in:
Alexey Sheplyakov 2021-08-04 20:04:42 +04:00
parent b93316f976
commit c0cfb9ca59

View File

@ -6,7 +6,7 @@
Name: cross-toolchain-%target
Version: 1.0.0
Version: 20210804
Release: alt1
Summary: GCC cross-toolchain for %target
License: LGPL-2.1-or-later and LGPL-3.0-or-later and GPL-2.0-or-later and GPL-3.0-or-later and GPL-3.0-or-later with GCC-exception-3.1
@ -437,6 +437,9 @@ qemu-%target_qemu_arch-static ./bye_asm || exit 13
%prefix/libexec/gcc/%target/lib/*
%changelog
* Wed Aug 04 2021 Alexey Sheplyakov <asheplyakov@altlinux.org> 20210804-alt1
- Avoid breaking whenever GCC, binutils, or glibc gets updated
* Thu Jul 29 2021 Alexey Sheplyakov <asheplyakov@altlinux.org> 10.3.1-alt1
- Build GCC 10.3.1
- Disabled libsanitizer to avoid bootstrap problems