aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/threadlibs.c
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/threadlibs.c')
-rw-r--r--boehm-gc/threadlibs.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/boehm-gc/threadlibs.c b/boehm-gc/threadlibs.c
deleted file mode 100644
index c8530e6fe33..00000000000
--- a/boehm-gc/threadlibs.c
+++ /dev/null
@@ -1,14 +0,0 @@
-# include "config.h"
-# include <stdio.h>
-
-int main()
-{
-# if defined(IRIX_THREADS) || defined(LINUX_THREADS)
- printf("-lpthread\n");
-# endif
-# ifdef SOLARIS_THREADS
- printf("-lthread -ldl\n");
-# endif
- return 0;
-}
-