make/solaris/makefiles/optimized.make

Print this page




  45 # Workaround SS11 bug 6345274 (all platforms) (Fixed in SS11 patch and SS12)
  46 ifeq ($(COMPILER_REV_NUMERIC),508)
  47 OPT_CFLAGS/ciTypeFlow.o = $(OPT_CFLAGS/O2)
  48 endif # COMPILER_REV_NUMERIC == 508
  49 
  50 endif # Platform_compiler == sparcWorks
  51 
  52 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
  53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
  54 
  55 # Linker mapfiles
  56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
  57 
  58 # This mapfile is only needed when compiling with dtrace support, 
  59 # and mustn't be otherwise.
  60 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
  61 
  62 # Set the environment variable HOTSPARC_GENERIC to "true"
  63 # to inhibit the effect of the previous line on CFLAGS.
  64 
  65 G_SUFFIX =
  66 VERSION = optimized


  45 # Workaround SS11 bug 6345274 (all platforms) (Fixed in SS11 patch and SS12)
  46 ifeq ($(COMPILER_REV_NUMERIC),508)
  47 OPT_CFLAGS/ciTypeFlow.o = $(OPT_CFLAGS/O2)
  48 endif # COMPILER_REV_NUMERIC == 508
  49 
  50 endif # Platform_compiler == sparcWorks
  51 
  52 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
  53 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
  54 
  55 # Linker mapfiles
  56 MAPFILE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers
  57 
  58 # This mapfile is only needed when compiling with dtrace support, 
  59 # and mustn't be otherwise.
  60 MAPFILE_DTRACE = $(GAMMADIR)/make/solaris/makefiles/mapfile-vers-$(TYPE)
  61 
  62 # Set the environment variable HOTSPARC_GENERIC to "true"
  63 # to inhibit the effect of the previous line on CFLAGS.
  64 

  65 VERSION = optimized