mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Rebuild GCC against musl 1.2.2.
This commit is contained in:
parent
8cd8c0fe31
commit
0572ff41ef
6 changed files with 117 additions and 12 deletions
16
parts.rst
16
parts.rst
|
|
@ -520,10 +520,11 @@ to make it buildable with 1.8.5. Then we rebuild ``automake-1.9`` with itself.
|
|||
gcc 4.0.4
|
||||
=========
|
||||
|
||||
The GNU Compiler Collection (GCC) is an optimizing compiler produced by the GNU Project.
|
||||
GCC is a key component of the GNU toolchain and the standard compiler for most projects related to GNU and the Linux kernel.
|
||||
The GNU Compiler Collection (GCC) is an optimizing compiler produced by the
|
||||
GNU Project. GCC is a key component of the GNU toolchain and the standard
|
||||
compiler for most projects related to GNU and the Linux kernel.
|
||||
|
||||
Only C frontend is built at this stage.
|
||||
Only the C frontend is built at this stage.
|
||||
|
||||
bash 5.1 (gcc)
|
||||
==============
|
||||
|
|
@ -533,4 +534,11 @@ Rebuild bash with GCC.
|
|||
musl 1.2.2
|
||||
==========
|
||||
|
||||
This is the latest musl version as of the time of writing.
|
||||
GCC can build the latest as of the time of writing musl version.
|
||||
|
||||
We also don't need any of the TCC patches that we used before.
|
||||
|
||||
gcc 4.0.4
|
||||
=========
|
||||
|
||||
Rebuild GCC with GCC and also against the latest musl.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue