From 55ab845de0fdfe5dfdaa7316b133fafb5a91cba4 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Wed, 5 Apr 2006 08:24:32 +0000 Subject: [PATCH] - Disabled the thread-safe build. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15093 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/GNUmakefile.68k | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/GNUmakefile.68k b/library/GNUmakefile.68k index 495640a..bc79c2c 100644 --- a/library/GNUmakefile.68k +++ b/library/GNUmakefile.68k @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.68k,v 1.82 2006-04-05 08:19:11 obarthel Exp $ +# $Id: GNUmakefile.68k,v 1.83 2006-04-05 08:24:32 obarthel Exp $ # # :ts=8 # @@ -105,7 +105,8 @@ WARNINGS = \ INCLUDES = -Iinclude -I. -Inetinclude #OPTIONS = -fno-builtin -fno-common -DDEBUG - OPTIONS = -fno-builtin -fno-common -DNDEBUG -D__THREAD_SAFE + OPTIONS = -fno-builtin -fno-common -DNDEBUG +#OPTIONS = -fno-builtin -fno-common -DNDEBUG -D__THREAD_SAFE #OPTIONS = -fno-builtin -fno-common -D__MEM_DEBUG #OPTIONS = -fno-builtin -fno-common -DDEBUG -D__MEM_DEBUG -DNO_INLINE_STDARG OPTIMIZE = -O -fomit-frame-pointer -fstrength-reduce -finline-functions