summaryrefslogtreecommitdiff
path: root/src/template/osf
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/osf')
-rw-r--r--src/template/osf7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/template/osf b/src/template/osf
index c331ed7f3d..e845cfecea 100644
--- a/src/template/osf
+++ b/src/template/osf
@@ -2,10 +2,3 @@ if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
fi
-
-# tools/thread/thread_test must be run
-if test "$GCC" = yes
-then THREAD_LIBS="-pthread"
-else THREAD_CPPFLAGS="-pthread"
- THREAD_LIBS="-lpthread"
-fi