diff --git a/test/libc/release/clang.sh b/test/libc/release/clang.sh deleted file mode 100755 index dee70c864..000000000 --- a/test/libc/release/clang.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐ -#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘ - -# TODO: someone who uses clang please mantain this - -# if CLANG=$(command -v clang); then -# mkdir -p o/$MODE/test/libc/release -# $CLANG \ -# -o o/$MODE/test/libc/release/smokeclang2.com.dbg \ -# -Os \ -# -Wall \ -# -Werror \ -# -static \ -# -fno-pie \ -# -nostdlib \ -# -nostdinc \ -# -fuse-ld=lld \ -# -mno-red-zone \ -# -Wl,-T,o/$MODE/ape/ape.lds \ -# -include o/cosmopolitan.h \ -# test/libc/release/smoke.c \ -# o/$MODE/libc/crt/crt.o \ -# o/$MODE/ape/ape.o \ -# o/$MODE/cosmopolitan.a || exit -# o/$MODE/test/libc/release/smokeclang2.com.dbg || exit -# fi diff --git a/test/libc/release/lld.sh b/test/libc/release/lld.sh deleted file mode 100755 index 7482ea3c3..000000000 --- a/test/libc/release/lld.sh +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -#-*-mode:sh;indent-tabs-mode:nil;tab-width:2;coding:utf-8-*-┐ -#───vi: set net ft=sh ts=2 sts=2 fenc=utf-8 :vi─────────────┘ - -# TODO: someone who uses clang please mantain this - -# if CLANG=$(command -v clang); then -# mkdir -p o/$MODE/test/libc/release -# $CLANG \ -# -o o/$MODE/test/libc/release/smokeclang.com.dbg \ -# -Os \ -# -Wall \ -# -Werror \ -# -static \ -# -fno-pie \ -# -nostdlib \ -# -nostdinc \ -# -fuse-ld=lld \ -# -mno-red-zone \ -# -Wl,-T,o/$MODE/ape/ape.lds \ -# -include o/cosmopolitan.h \ -# test/libc/release/smoke.c \ -# o/$MODE/libc/crt/crt.o \ -# o/$MODE/ape/ape.o \ -# o/$MODE/cosmopolitan.a || exit -# o/$MODE/test/libc/release/smokeclang.com.dbg || exit -# fi diff --git a/test/libc/release/test.mk b/test/libc/release/test.mk index 118b6f7e9..834ef18bb 100644 --- a/test/libc/release/test.mk +++ b/test/libc/release/test.mk @@ -116,26 +116,6 @@ o/$(MODE)/test/libc/release/smokeansi.com.dbg: \ o/$(MODE)/ape/ape.o \ o/$(MODE)/cosmopolitan.a -o/$(MODE)/test/libc/release/clang.ok: \ - test/libc/release/clang.sh \ - test/libc/release/smoke.c \ - o/cosmopolitan.h \ - o/$(MODE)/ape/ape.lds \ - o/$(MODE)/libc/crt/crt.o \ - o/$(MODE)/ape/ape.o \ - o/$(MODE)/cosmopolitan.a - @$(COMPILE) -ASHTEST -tT$@ $< - -o/$(MODE)/test/libc/release/lld.ok: \ - test/libc/release/lld.sh \ - test/libc/release/smoke.c \ - o/cosmopolitan.h \ - o/$(MODE)/ape/ape.lds \ - o/$(MODE)/libc/crt/crt.o \ - o/$(MODE)/ape/ape.o \ - o/$(MODE)/cosmopolitan.a - @$(COMPILE) -ASHTEST -tT$@ $< - o/$(MODE)/test/libc/release/metal.ok: \ test/libc/release/metal.sh \ o/$(MODE)/examples/hello.com \ @@ -158,7 +138,5 @@ o/$(MODE)/test/libc/release: \ o/$(MODE)/test/libc/release/smokecxx.com.runs \ o/$(MODE)/test/libc/release/smokeansi.com \ o/$(MODE)/test/libc/release/smokeansi.com.runs \ - o/$(MODE)/test/libc/release/clang.ok \ - o/$(MODE)/test/libc/release/lld.ok \ o/$(MODE)/test/libc/release/emulate.ok \ o/$(MODE)/test/libc/release/metal.ok