From c742be9c738c91703a7be787639cad167de3a6b1 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 02:28:02 +0200 Subject: started reviving my fool os --- toolchain | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 toolchain (limited to 'toolchain') 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 -- cgit v1.2.3