comparison make/linux/makefiles/gcc.make @ 7408:892acf0431ef

7153050: remove crufty '_g' support from HotSpot repo makefiles Summary: Phase 1 is removing '_g' support from the Makefiles. Reviewed-by: dcubed, sspitsyn, coleenp, tbell Contributed-by: ron.durbin@oracle.com
author dcubed
date Fri, 14 Dec 2012 10:06:52 -0800
parents fb19af007ffc
children 67342b960b47
comparison
equal deleted inserted replaced
7396:4a2ed49abd51 7408:892acf0431ef
227 ifeq ($(DEBUG_BINARIES), true) 227 ifeq ($(DEBUG_BINARIES), true)
228 CFLAGS += -g 228 CFLAGS += -g
229 else 229 else
230 # Use the stabs format for debugging information (this is the default 230 # Use the stabs format for debugging information (this is the default
231 # on gcc-2.91). It's good enough, has all the information about line 231 # on gcc-2.91). It's good enough, has all the information about line
232 # numbers and local variables, and libjvm_g.so is only about 16M. 232 # numbers and local variables, and libjvm.so is only about 16M.
233 # Change this back to "-g" if you want the most expressive format. 233 # Change this back to "-g" if you want the most expressive format.
234 # (warning: that could easily inflate libjvm_g.so to 150M!) 234 # (warning: that could easily inflate libjvm.so to 150M!)
235 # Note: The Itanium gcc compiler crashes when using -gstabs. 235 # Note: The Itanium gcc compiler crashes when using -gstabs.
236 DEBUG_CFLAGS/ia64 = -g 236 DEBUG_CFLAGS/ia64 = -g
237 DEBUG_CFLAGS/amd64 = -g 237 DEBUG_CFLAGS/amd64 = -g
238 DEBUG_CFLAGS/arm = -g 238 DEBUG_CFLAGS/arm = -g
239 DEBUG_CFLAGS/ppc = -g 239 DEBUG_CFLAGS/ppc = -g