summaryrefslogtreecommitdiff
path: root/Toolchain
AgeCommit message (Expand)Author
2019-12-19Toolchain: Redirect git command output to /dev/nullAndreas Kling
2019-12-19Toolchain: Fix outdated MD5 sum of binutils tarballAndreas Kling
2019-12-19Update toolchain to binutils-2.33.1 gcc-9.2.0Philip Herron
2019-11-25Ports: check for native python3 installation, add build scriptEmanuel Sprung
2019-11-11Toolchain: Add QEMU build script and improve documentationEmanuel Sprung
2019-11-11Toolchain: Fix indentation in BuildIt.sh (#761)Nicolas Van Bossuyt
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-09-26Toolchain/BuildIt.sh: Use curl instead of wgetLarkin Nickle
2019-07-22Toolchain: Oops, we can't rely on "install.sh" to build LibC/LibM.Andreas Kling
2019-07-21Toolchain: Use "install.sh" to install LibC and LibM.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling
2019-05-20Toolchain: Oops, let's unbreak UseIt.sh.Andreas Kling
2019-05-18Toolchain: Add some required options to the default CMake options.Robin Burchell
2019-05-17Build: Install most headers to Root (and libcore.a/libgui.a)Robin Burchell
2019-05-15BuildIt: Allow specifying MAKEJOBS rather than forcing to nprocsRobin Burchell
2019-05-15UseIt: allow sourcing from outside the Toolchain dirRobin Burchell
2019-05-15BuildIt: use set -e to fail immediately on errorRobin Burchell
2019-05-08Toolchain: Make sure everything ends up in the right place in Root/Andreas Kling
2019-04-29Toolchain: Build GCC with --with-newlibAndreas Kling
2019-04-29Toolchain: The toolchain script is now working 🎉VAN BOSSUYT Nicolas
2019-04-29Toolchain: Useit.sh finish and added an install target for the libc's Makefil...VAN BOSSUYT Nicolas
2019-04-29Toolchain: GCC and binutils are now configure correctlyVAN BOSSUYT Nicolas
2019-04-29Toolchain: Added build script (wip)VAN BOSSUYT Nicolas