diff options
| author | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-17 02:28:02 +0200 |
| commit | c742be9c738c91703a7be787639cad167de3a6b1 (patch) | |
| tree | db0e170dab1b7f34630489d0cb1d396c92f15c79 /toolchain | |
| parent | 559eea53ecdd1e3e45f24d15e8739419b0cd647a (diff) | |
started reviving my fool os
Diffstat (limited to 'toolchain')
| -rw-r--r-- | toolchain | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/toolchain b/toolchain new file mode 100644 index 0000000..8398af3 --- /dev/null +++ b/toolchain @@ -0,0 +1,13 @@ +https://wiki.osdev.org/GCC_Cross-Compiler +ftp://ftp.fu-berlin.de/unix/languages/gcc/releases/gcc-8.2.0/gcc-8.2.0.tar.gz +https://sunsite.icm.edu.pl/pub/gnu/binutils/binutils-2.31.1.tar.gz + +https://wiki.osdev.org/Porting_Newlib +ftp://sourceware.org/pub/newlib/newlib-3.0.0.20180802.tar.gz +https://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz +https://ftp.gnu.org/gnu/automake/automake-1.11.6.tar.gz + +MAKE DIFF OF NEWLIB ! + +DID NO TRY YET +https://www.musl-libc.org/releases/musl-1.1.19.tar.gz |
