init
This commit is contained in:
commit
b3dba4542f
44 changed files with 1596 additions and 0 deletions
19
recipes/gcc.yml
Normal file
19
recipes/gcc.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
packages:
|
||||
- build-essential
|
||||
- libgmp-dev
|
||||
- libmpfr-dev
|
||||
- libmpc-dev
|
||||
- flex
|
||||
- bison
|
||||
- texinfo
|
||||
- wget
|
||||
|
||||
repository:
|
||||
url: git://gcc.gnu.org/git/gcc.git
|
||||
branch: releases/gcc-15.1.0
|
||||
|
||||
steps:
|
||||
- ./contrib/download_prerequisites
|
||||
- ./configure --prefix=$HOME/.local --enable-languages=c,c++ --disable-multilib
|
||||
- make -j$(nproc)
|
||||
- make install
|
Loading…
Add table
Add a link
Reference in a new issue