20210804
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:
parent
b93316f976
commit
c0cfb9ca59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user