index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Toolchain
Age
Commit message (
Expand
)
Author
2020-02-27
Toolchain: Add x86_64 cross compiler build script
Jesse Buhagiar
2020-02-21
Toolchain: Build demangling into LibC except during toolchain build
Andreas Kling
2020-01-25
Toolchain: Fix python build script.
Emanuel Sprung
2020-01-25
Toolchain: Fix qemu build script.
Emanuel Sprung
2020-01-02
Build: add support for building on OpenBSD
joshua stein
2020-01-01
Toolchain: Use crtbeginS and crtendS for shared objects
Andrew Kaster
2019-12-28
Toolchain: Fix building binutils on macOS with --enable-shared
Stefano Cristiano
2019-12-27
Toolchain: Allow building shared objects
Andreas Kling
2019-12-27
Build: Allow building serenityOS ext2 root filesystem on macOS host
Stefano Cristiano
2019-12-27
Toolchain: Statically link serenity cross-compiler on macOS to keep the cross...
Stefano Cristiano
2019-12-25
Toolchain: Fixup CMake toolchain script to install things in /usr
Andreas Kling
2019-12-20
Build: get rid of UseIt.sh
joshua stein
2019-12-20
Toolchain: Use "make install" to install our LibC and LibM
Andreas Kling
2019-12-19
Toolchain: Redirect git command output to /dev/null
Andreas Kling
2019-12-19
Toolchain: Fix outdated MD5 sum of binutils tarball
Andreas Kling
2019-12-19
Update toolchain to binutils-2.33.1 gcc-9.2.0
Philip Herron
2019-11-25
Ports: check for native python3 installation, add build script
Emanuel Sprung
2019-11-11
Toolchain: Add QEMU build script and improve documentation
Emanuel Sprung
2019-11-11
Toolchain: Fix indentation in BuildIt.sh (#761)
Nicolas Van Bossuyt
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-09-26
Toolchain/BuildIt.sh: Use curl instead of wget
Larkin Nickle
2019-07-22
Toolchain: Oops, we can't rely on "install.sh" to build LibC/LibM.
Andreas Kling
2019-07-21
Toolchain: Use "install.sh" to install LibC and LibM.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-05-20
Toolchain: Oops, let's unbreak UseIt.sh.
Andreas Kling
2019-05-18
Toolchain: Add some required options to the default CMake options.
Robin Burchell
2019-05-17
Build: Install most headers to Root (and libcore.a/libgui.a)
Robin Burchell
2019-05-15
BuildIt: Allow specifying MAKEJOBS rather than forcing to nprocs
Robin Burchell
2019-05-15
UseIt: allow sourcing from outside the Toolchain dir
Robin Burchell
2019-05-15
BuildIt: use set -e to fail immediately on error
Robin Burchell
2019-05-08
Toolchain: Make sure everything ends up in the right place in Root/
Andreas Kling
2019-04-29
Toolchain: Build GCC with --with-newlib
Andreas Kling
2019-04-29
Toolchain: The toolchain script is now working 🎉
VAN BOSSUYT Nicolas
2019-04-29
Toolchain: Useit.sh finish and added an install target for the libc's Makefil...
VAN BOSSUYT Nicolas
2019-04-29
Toolchain: GCC and binutils are now configure correctly
VAN BOSSUYT Nicolas
2019-04-29
Toolchain: Added build script (wip)
VAN BOSSUYT Nicolas