Initial revision
This commit is contained in:
14
gc/threadlibs.c
Normal file
14
gc/threadlibs.c
Normal file
@@ -0,0 +1,14 @@
|
||||
# include "gcconfig.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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user