adding gcc 14.x and binutils 2.43.x as tools to compile

This commit is contained in:
brenozd
2024-10-28 18:26:26 -03:00
parent c3a4a7402c
commit 8f23ee8a41
5 changed files with 13 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
# Project ignores
tools/build/
toolchain/
# ---> C
# Prerequisites
*.d

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "tools/binutils"]
path = tools/binutils
url = git://sourceware.org/git/binutils-gdb.git
[submodule "tools/gcc"]
path = tools/gcc
url = git://gcc.gnu.org/git/gcc.git

View File

@@ -1,2 +1,3 @@
# appa-os
An ongoing OS development project focused on nothing being made for learning.

1
tools/binutils Submodule

Submodule tools/binutils added at beb2cdbcda

1
tools/gcc Submodule

Submodule tools/gcc added at 04696df096