comparison make/linux/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 d1605aabd0a1
children c18cbe5936b8
comparison
equal deleted inserted replaced
1122:dcb15a6f342d 1123:167c2986d91b
36 "----------------------------------------------------------------------\n" \ 36 "----------------------------------------------------------------------\n" \
37 "WARNING: 'make debug' is deprecated. It will be removed in the future.\n" \ 37 "WARNING: 'make debug' is deprecated. It will be removed in the future.\n" \
38 "Please use 'make jvmg' to build debug JVM. \n" \ 38 "Please use 'make jvmg' to build debug JVM. \n" \
39 "----------------------------------------------------------------------\n") 39 "----------------------------------------------------------------------\n")
40 40
41 G_SUFFIX = 41 G_SUFFIX = _g
42 VERSION = debug 42 VERSION = debug
43 SYSDEFS += -DASSERT -DDEBUG 43 SYSDEFS += -DASSERT -DDEBUG
44 PICFLAGS = DEFAULT 44 PICFLAGS = DEFAULT