From 56e788a268091e2cbcc079c58de7a62f41df28a4 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Mon, 23 Aug 2004 13:47:32 +0000 Subject: [PATCH] - Removed the USE_64_BIT_INTS definition from the GCC-68k makefile. Apparently, the 64 bit integer math still doesn't work right in the plain 68k libgcc.a. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14715 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/GNUmakefile.68k | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/GNUmakefile.68k b/library/GNUmakefile.68k index 08d1409..6e5843c 100644 --- a/library/GNUmakefile.68k +++ b/library/GNUmakefile.68k @@ -1,5 +1,5 @@ # -# $Id: GNUmakefile.68k,v 1.6 2004-08-16 09:33:11 obarthel Exp $ +# $Id: GNUmakefile.68k,v 1.7 2004-08-23 13:47:32 obarthel Exp $ # # :ts=8 # @@ -103,9 +103,9 @@ WARNINGS = \ -Wundef -Wbad-function-cast -Wmissing-declarations -Wconversion INCLUDES = -Iinclude -I. -Inetinclude - OPTIONS = -DUSE_64_BIT_INTS -DNDEBUG -fno-builtin -DNO_INLINE_STDARG -#OPTIONS = -DUSE_64_BIT_INTS -D__MEM_DEBUG -fno-builtin -#OPTIONS = -DUSE_64_BIT_INTS -DDEBUG -D__MEM_DEBUG -DNO_INLINE_STDARG -fno-builtin + OPTIONS = -DNDEBUG -fno-builtin -DNO_INLINE_STDARG +#OPTIONS = -D__MEM_DEBUG -fno-builtin +#OPTIONS = -DDEBUG -D__MEM_DEBUG -DNO_INLINE_STDARG -fno-builtin OPTIMIZE = -O #OPTIMIZE = -O2 -fomit-frame-pointer #DEBUG = -g2