| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-15 | Add -Werror=implicit-function-declaration to default CFLAGS | Michael Forney | |
| 2024-08-15 | Try to improve config.fs explanation | Michael Forney | |
| 2024-02-07 | Make man page compression optional | Michael Forney | |
| 2021-07-25 | Toolchain pie flag is no longer needed | Michael Forney | |
| 2021-06-27 | Add some more comments about how to use config.fs | Michael Forney | |
| 2020-12-04 | Add missing -fPIE to default CFLAGS, and update .build.yml for static PIE | Michael Forney | |
| 2020-12-03 | Switch back to -static-pie by default | Michael Forney | |
| Now that the toolchains at musl.cc support -static-pie, enable it by default. | |||
| 2020-06-22 | Add -O2 to host cflags by default | Michael Forney | |
| 2020-06-03 | Re-add accidentally removed -static flag | Michael Forney | |
| 2020-06-03 | Disable static PIE in default config for now | Michael Forney | |
| musl.cc toolchains build libc.a without -fPIC, so this makes them usable without any changes to the default configuration. | |||
| 2020-05-25 | Start to support configurable prefix | Michael Forney | |
| 2020-04-22 | Use -Os instead of -O2 by default | Michael Forney | |
| 2020-03-29 | Use mainline gcc supported -static-pie flag | Michael Forney | |
| Using -static and -pie together is a musl-cross-make specific patch. Instead, use -static-pie, which is what upstream gcc decided on. | |||
| 2020-01-29 | Move toolchain config into config.lua | Michael Forney | |
| 2020-01-29 | Add support for building multiple configurations | Michael Forney | |
| Now, you can build in separate directories per configuration: mkdir foo (cd foo && ../setup.lua) samu -C foo | |||
| 2019-07-06 | No C++ components anymore | Michael Forney | |
| 2018-11-06 | Use musl 1.1.20 getentropy | Michael Forney | |
| 2018-02-16 | Build static PIEs by default | Michael Forney | |
| 2017-11-14 | libdrm: Build libdrm_amdgpu.a | Michael Forney | |
| 2017-10-24 | Move defaults to config.def.lua | Michael Forney | |
| 2017-09-25 | Rewrite ninja generation scripts in Lua | Michael Forney | |
