make/bsd/makefiles/jvmg.make

changeset 3900
d2a62e0f25eb
parent 3156
f08d439fab8c
child 4153
b9a9ed0f8eeb
     1.1 --- a/make/bsd/makefiles/jvmg.make	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/make/bsd/makefiles/jvmg.make	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -27,7 +27,9 @@
     1.4  # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
     1.5  DEBUG_CFLAGS/DEFAULT= $(DEBUG_CFLAGS)
     1.6  DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
     1.7 -CFLAGS += $(DEBUG_CFLAGS/BYFILE)
     1.8 +
     1.9 +# _NMT_NOINLINE_ informs NMT that no inlining by Compiler
    1.10 +CFLAGS += $(DEBUG_CFLAGS/BYFILE) -D_NMT_NOINLINE_
    1.11  
    1.12  # Set the environment variable HOTSPARC_GENERIC to "true"
    1.13  # to inhibit the effect of the previous line on CFLAGS.

mercurial