Print this page
5196 The cw wrapper restricts gcc to -O2

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/dld/Makefile
          +++ new/usr/src/uts/sparc/dld/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
       22 +# Copyright 2014 Gary Mills
  22   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   24  # Use is subject to license terms.
  24   25  #
  25   26  
  26   27  #
  27   28  # Path to the base of the uts directory tree (usually /usr/src/uts).
  28   29  #
  29   30  UTSBASE = ../..
  30   31  
  31   32  #
↓ open down ↓ 16 lines elided ↑ open up ↑
  48   49  #
  49   50  ALL_TARGET      = $(BINARY) $(SRC_CONFILE)
  50   51  LINT_TARGET     = $(MODULE).lint
  51   52  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  52   53  
  53   54  #
  54   55  # Overrides
  55   56  #
  56   57  CFLAGS                          += $(CCVERBOSE)
  57   58  $(RELEASE_BUILD)CFLAGS          += -xinline=auto -xcrossfile
  58      -$(RELEASE_BUILD)COPTIMIZE       = -xO5
       59 +$(RELEASE_BUILD)COPTIMIZE       = -_cc=-xO5 -_gcc=-O2
  59   60  LDFLAGS                         += -dy -N misc/dls -N misc/mac
  60   61  INC_PATH                        += -I$(UTSBASE)/common/io/bpf
  61   62  
  62   63  #
  63   64  # For now, disable these lint checks; maintainers should endeavor
  64   65  # to investigate and remove these for maximum lint coverage.
  65   66  # Please do not carry these forward to new Makefiles.
  66   67  #
  67   68  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  68   69  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX