From 3e95b67b255be93ba3dba2f6a33d79f3597a0ae1 Mon Sep 17 00:00:00 2001 From: Alexander Kabaev Date: Tue, 6 Jun 2006 19:31:45 +0000 Subject: [PATCH] Garbage collect library we did not compile for ages. --- gnu/lib/libgcc_r/Makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 gnu/lib/libgcc_r/Makefile diff --git a/gnu/lib/libgcc_r/Makefile b/gnu/lib/libgcc_r/Makefile deleted file mode 100644 index 501549c46430..000000000000 --- a/gnu/lib/libgcc_r/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# $FreeBSD$ - -LIB= gcc_r -CFLAGS+=-D_PTHREADS -CFLAGS+=-D'__GTHREAD_MUTEX_INIT_FUNCTION(m)=pthread_mutex_init(m, NULL)' - -.include "../libgcc/Makefile"