summaryrefslogtreecommitdiff
path: root/ecomp-c/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-c/build.sh')
-rwxr-xr-xecomp-c/build.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ecomp-c/build.sh b/ecomp-c/build.sh
index 1d7551e..e4d41ec 100755
--- a/ecomp-c/build.sh
+++ b/ecomp-c/build.sh
@@ -62,12 +62,10 @@ case "${COMPILER}:${MODE}" in
;;
pcc:freestanding)
CFLAGS+=" -ffreestanding -nostdlib -Wl,-emain"
- MODULES+=("builtin_unreachable.c")
;;
tcc:freestanding)
CFLAGS+=" -fno-bultin -nostdlib"
MODULES+=("_start-stub.c")
- MODULES+=("builtin_unreachable.c")
;;
*:hosted)
CFLAGS+=" -lbsd"