updating
This commit is contained in:
parent
948d39427f
commit
cad5c37dab
6 changed files with 88 additions and 32 deletions
12
README.md
12
README.md
|
|
@ -148,6 +148,9 @@ make install-strip
|
|||
|
||||
## Compiling GCC (Part 2)
|
||||
|
||||
> [!WARNING]
|
||||
> Building gcc with c++ does not work
|
||||
|
||||
Build now the c++ support with
|
||||
|
||||
```bash
|
||||
|
|
@ -167,7 +170,7 @@ mkdir build
|
|||
cd build
|
||||
cmake ..
|
||||
make
|
||||
make install/local
|
||||
make install/local # do not want to install it to the system but to
|
||||
```
|
||||
|
||||
## Adding our custom compiler to GPRBuild
|
||||
|
|
@ -184,10 +187,3 @@ Sources used:
|
|||
|
||||
---
|
||||
Copyright (c) 2026 Ada Orbit. All Rights Reserved.
|
||||
|
||||
|
||||
## TODO
|
||||
|
||||
Idea space thingy
|
||||
|
||||
Maybe try installing gcc the way Lephexnior does and just sneakally add --language=ada and no adalib to build everything?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue