new test system
[libc-test] / dist / config.mak
diff --git a/dist/config.mak b/dist/config.mak
deleted file mode 100644 (file)
index 6face8d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# copy to ../config.mak
-
-# to test the native libc with native cc no config is required
-
-# to test non-native musl with gcc use
-#CC = musl-gcc
-
-# to test non-native musl with installed pcc use
-#prefix = /path/to/musl
-#includedir = $(prefix)/include
-#libdir = $(prefix)/lib
-#CC = pcc
-#LIBCC = $(shell pcc -v /dev/null 2>&1 |sed -n 's,/crtbegin.o.*,,;s,.* /,/,p')
-#CFLAGS  += -nostdinc -ffreestanding -fno-stack-protector -isystem $(includedir)
-#LDFLAGS += -nostdlib -Wl,-e,_start,-Bstatic $(libdir)/crti.o $(libdir)/crt1.o $(libdir)/crtn.o -L$(libdir) -lc -L$(LIBCC) -l$(CC)