comparison make/solaris/makefiles/debug.make @ 1123:167c2986d91b

6843629: Make current hotspot build part of jdk5 control build Summary: Source changes for older compilers plus makefile changes. Reviewed-by: xlu
author phh
date Wed, 16 Dec 2009 12:54:49 -0500
parents 4d20a3aaf1ab
children c18cbe5936b8
comparison
equal deleted inserted replaced
1122:dcb15a6f342d 1123:167c2986d91b
52 "-------------------------------------------------------------------------\n" \ 52 "-------------------------------------------------------------------------\n" \
53 "WARNING: 'gnumake debug' is deprecated. It will be removed in the future.\n" \ 53 "WARNING: 'gnumake debug' is deprecated. It will be removed in the future.\n" \
54 "Please use 'gnumake jvmg' to build debug JVM. \n" \ 54 "Please use 'gnumake jvmg' to build debug JVM. \n" \
55 "-------------------------------------------------------------------------\n") 55 "-------------------------------------------------------------------------\n")
56 56
57 G_SUFFIX = 57 G_SUFFIX = _g
58 VERSION = debug 58 VERSION = debug
59 SYSDEFS += -DASSERT -DDEBUG 59 SYSDEFS += -DASSERT -DDEBUG
60 PICFLAGS = DEFAULT 60 PICFLAGS = DEFAULT