aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-03-20 22:35:49 +0100
committerlemon <lsof@mailbox.org>2026-03-20 22:36:24 +0100
commita49b92988ceb810c8e6044d44f855616b4d6e5ab (patch)
tree0848511760a4ecc9fe3049343349ab9846ad090b /README.md
parent31032275a618f74865bdc877b569eae2227e79b4 (diff)
driver: only depend on ld for linking (todo)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3665d6c..ec9979b 100644
--- a/README.md
+++ b/README.md
@@ -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