diff options
| author | 2026-03-20 22:35:49 +0100 | |
|---|---|---|
| committer | 2026-03-20 22:36:24 +0100 | |
| commit | a49b92988ceb810c8e6044d44f855616b4d6e5ab (patch) | |
| tree | 0848511760a4ecc9fe3049343349ab9846ad090b /README.md | |
| parent | 31032275a618f74865bdc877b569eae2227e79b4 (diff) | |
driver: only depend on ld for linking (todo)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -15,10 +15,7 @@ and backends like [QBE](https://c9x.me/compile/) and [LLVM](https://llvm.org/). ## Requirements `antcc` is written in standard C11 and can be built with any conforming -compiler toolchain. The `Makefile` requires GNU Make. At runtime, an existing -C compiler is currently required for calling the linker with the appropiate -libc runtime paths (eventually, the driver should only depend on the linker by -determining those linker paths and flags at `configure` time). +compiler toolchain. The `Makefile` requires GNU Make. ## Building |