comparison make/bsd/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 9855b7e559ae
children d778bb46a9a5 67342b960b47
comparison
equal deleted inserted replaced
7396:4a2ed49abd51 7408:892acf0431ef
282 #------------------------------------------------------------------------ 282 #------------------------------------------------------------------------
283 # Debug flags 283 # Debug flags
284 284
285 # Use the stabs format for debugging information (this is the default 285 # Use the stabs format for debugging information (this is the default
286 # on gcc-2.91). It's good enough, has all the information about line 286 # on gcc-2.91). It's good enough, has all the information about line
287 # numbers and local variables, and libjvm_g.so is only about 16M. 287 # numbers and local variables, and libjvm.so is only about 16M.
288 # Change this back to "-g" if you want the most expressive format. 288 # Change this back to "-g" if you want the most expressive format.
289 # (warning: that could easily inflate libjvm_g.so to 150M!) 289 # (warning: that could easily inflate libjvm.so to 150M!)
290 # Note: The Itanium gcc compiler crashes when using -gstabs. 290 # Note: The Itanium gcc compiler crashes when using -gstabs.
291 DEBUG_CFLAGS/ia64 = -g 291 DEBUG_CFLAGS/ia64 = -g
292 DEBUG_CFLAGS/amd64 = -g 292 DEBUG_CFLAGS/amd64 = -g
293 DEBUG_CFLAGS/arm = -g 293 DEBUG_CFLAGS/arm = -g
294 DEBUG_CFLAGS/ppc = -g 294 DEBUG_CFLAGS/ppc = -g