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
