HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42449 )
Change subject: Upgrade crossgcc ......................................................................
Upgrade crossgcc
Upgrade GDB to version 9.2. Upgrade Python to version 3.8.3. Remove "Make": In its current state, it draws more dependencies in than it solves which makes it useless.
Upgrade binutils to version 2.34: using "MAKEINFO = @MAKEINFO@", it fail to compile, so binutils-2.34_no-makeinfo.patch will change that to "MAKEINFO = true"
Upgrade GMP to v6.2.0: gmp_freebsd-configure.patch is integrated in upstream so we don't need it anymore.
Upgrade IASL to version 20200528: Changes: https://acpica.org/node/177 https://acpica.org/node/178 https://acpica.org/node/179 https://acpica.org/node/181 acpinames utility removed: "Removed support for the acpinames utility. The acpinames was a simple utility used to populate and display the ACPI namespace without executing any AML code. However, ACPICA now supports executable opcodes outside of control methods. This means that executable AML opcodes such as If and Store opcodes need to be executed during table load. Therefore, acpinames would need to be updated to match the same behavior as the acpiexec utility and since acpiexec can already dump the entire namespace (via the 'namespace' command), we no longer have the need to maintain acpinames."
Upgrade GCC to 10.1.0: nds32, GNAT bad constant and gnat_eh patches are integrated in upstream so we don't need them anymore.
Change-Id: I41c24e386620a111d87ac18b4dc1bcb12ffa6615 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M Makefile M util/crossgcc/Makefile M util/crossgcc/Makefile.inc M util/crossgcc/buildgcc R util/crossgcc/patches/acpica-unix2-20200528_iasl.patch R util/crossgcc/patches/binutils-2.34_as-ipxe.patch R util/crossgcc/patches/binutils-2.34_mips-gold.patch R util/crossgcc/patches/binutils-2.34_no-bfd-doc.patch A util/crossgcc/patches/binutils-2.34_no-makeinfo.patch R util/crossgcc/patches/gcc-10.1.0_ada-musl_workaround.patch R util/crossgcc/patches/gcc-10.1.0_gnat.patch R util/crossgcc/patches/gcc-10.1.0_libgcc.patch D util/crossgcc/patches/gcc-8.3.0_gnat-bad_constant.patch D util/crossgcc/patches/gcc-8.3.0_gnat_eh.patch D util/crossgcc/patches/gcc-8.3.0_nds32_ite.patch D util/crossgcc/patches/gdb-8.3.1_no-doc.patch R util/crossgcc/patches/gdb-9.2_amd64.patch A util/crossgcc/patches/gdb-9.2_no-doc.patch R util/crossgcc/patches/gdb-9.2_pythonhome.patch D util/crossgcc/patches/gmp-6.1.2_freebsd-configure.patch D util/crossgcc/patches/make-4.2.1_0053-glob-Do-not-assume-glibc-glob-internals.patch D util/crossgcc/patches/make-4.2.1_0068-configure.ac-Support-GLIBC-glob-interface-version-2.patch D util/crossgcc/patches/make-4.2.1_alloca.patch D util/crossgcc/sum/Python-3.8.1.tar.xz.cksum A util/crossgcc/sum/Python-3.8.3.tar.xz.cksum D util/crossgcc/sum/acpica-unix2-20200110.tar.gz.cksum A util/crossgcc/sum/acpica-unix2-20200528.tar.gz.cksum D util/crossgcc/sum/binutils-2.33.1.tar.xz.cksum A util/crossgcc/sum/binutils-2.34.tar.xz.cksum A util/crossgcc/sum/gcc-10.1.0.tar.xz.cksum D util/crossgcc/sum/gcc-8.3.0.tar.xz.cksum D util/crossgcc/sum/gdb-8.3.1.tar.xz.cksum A util/crossgcc/sum/gdb-9.2.tar.xz.cksum D util/crossgcc/sum/gmp-6.1.2.tar.xz.cksum A util/crossgcc/sum/gmp-6.2.0.tar.xz.cksum D util/crossgcc/sum/make-4.2.1.tar.bz2.cksum 36 files changed, 256 insertions(+), 21,628 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/42449/1
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/42449 )
Change subject: Upgrade crossgcc ......................................................................
Abandoned
This is just for test.