Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-02 | Build: add support for building on OpenBSD | joshua stein | |
This requires gcc8 from ports to build the Toolchain. | |||
2019-12-28 | Toolchain: Fix building binutils on macOS with --enable-shared | Stefano Cristiano | |
2019-12-27 | Toolchain: Allow building shared objects | Andreas Kling | |
Here goes a small first step towards dynamic linking. | |||
2019-12-27 | Toolchain: Statically link serenity cross-compiler on macOS to keep the ↵ | Stefano Cristiano | |
cross-toolchain self contained | |||
2019-12-20 | Build: get rid of UseIt.sh | joshua stein | |
The build system uses relative paths to the toolchain binaries, so modifying $PATH is no longer necessary, and nothing needs $SERENITY_ROOT anymore. | |||
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 | |
Travis is currently failing and whining about the log being too long. It appears to be filling up with output from the git hackery. | |||
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 | |
Toolchain build makes git repo out of toolchain to allow patching Fix Makefiles to use new libstdc++ Parameterize BuildIt with default TARGET of i686 but arm is experimental | |||
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 | |
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd. | |||
2019-09-26 | Toolchain/BuildIt.sh: Use curl instead of wget | Larkin Nickle | |
We already use curl for ports, so let's be consistent. | |||
2019-07-22 | Toolchain: Oops, we can't rely on "install.sh" to build LibC/LibM. | Andreas Kling | |
When we used "make install" in the past, the "install" target would pull in the library targets as dependencies, and everything got built that way. Now that we use "install.sh" instead, we have to build things manually. | |||
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 | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. | |||
2019-05-15 | BuildIt: Allow specifying MAKEJOBS rather than forcing to nprocs | Robin Burchell | |
2019-05-15 | BuildIt: use set -e to fail immediately on error | Robin Burchell | |
This saves time if something goes wrong very early in the build process. | |||
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 ↵ | VAN BOSSUYT Nicolas | |
Makefile and a bit of ground work for a gcc port | |||
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 | |