mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
GNU GCC 4.0.4
This commit is contained in:
parent
30ebe8ccba
commit
f5c262e370
6 changed files with 117 additions and 6 deletions
20
parts.rst
20
parts.rst
|
|
@ -502,12 +502,6 @@ autoconf 2.61
|
|||
|
||||
Yet another version of ``autoconf``.
|
||||
|
||||
automake 1.9.6
|
||||
==============
|
||||
|
||||
Latest GNU Automake from 1.9 series. Slightly annoyingly depends itself but it is easy to patch
|
||||
to make it buildable with 1.8.5. Then we rebuild ``automake-1.9`` with itself.
|
||||
|
||||
bash 5.1
|
||||
========
|
||||
|
||||
|
|
@ -516,3 +510,17 @@ interactively. This new version of ``bash`` compiles without any patches,
|
|||
provides new features, and is built with GNU readline support so it can be used
|
||||
as an interactive shell. ``autoconf-2.61`` is used to regenerate the configure
|
||||
script and ``bison`` is used to recreate some included generated files.
|
||||
|
||||
automake 1.9.6
|
||||
==============
|
||||
|
||||
Latest GNU Automake from 1.9 series. Slightly annoyingly depends itself but it is easy to patch
|
||||
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.
|
||||
|
||||
Only C frontend is built at this stage.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue