Print this page
remove inlines,some other files

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel
          +++ new/usr/src/uts/intel/Makefile.intel
↓ open down ↓ 101 lines elided ↑ open up ↑
 102  102  #
 103  103  MODSTUBS                = $(UTSBASE)/intel/ia32/ml/modstubs.s
 104  104  
 105  105  #
 106  106  #       Define supported builds
 107  107  #
 108  108  DEF_BUILDS              = $(DEF_BUILDS64)
 109  109  ALL_BUILDS              = $(ALL_BUILDS64)
 110  110  
 111  111  #
 112      -#       x86 or amd64 inline templates
 113      -#
 114      -INLINES_32              = $(UTSBASE)/intel/ia32/ml/ia32.il
 115      -INLINES_64              = $(UTSBASE)/intel/amd64/ml/amd64.il
 116      -INLINES                 += $(INLINES_$(CLASS))
 117      -
 118      -#
 119  112  #       kernel-specific optimizations; override default in Makefile.master
 120  113  #
 121  114  
 122  115  CFLAGS_XARCH_32         = $(i386_CFLAGS)
 123  116  CFLAGS_XARCH_64         = $(amd64_CFLAGS)
 124  117  CFLAGS_XARCH            = $(CFLAGS_XARCH_$(CLASS))
 125  118  
 126  119  COPTFLAG_32             = $(COPTFLAG)
 127  120  COPTFLAG_64             = $(COPTFLAG64)
 128  121  COPTIMIZE               = $(COPTFLAG_$(CLASS))
 129  122  
 130  123  CFLAGS                  = $(CFLAGS_XARCH)
 131  124  CFLAGS                  += $(COPTIMIZE)
 132      -CFLAGS                  += $(INLINES) -D_ASM_INLINES
      125 +CFLAGS                  += -D_ASM_INLINES
 133  126  CFLAGS                  += $(CCMODE)
 134  127  CFLAGS                  += $(SPACEFLAG)
 135  128  CFLAGS                  += $(CCUNBOUND)
 136  129  CFLAGS                  += $(CFLAGS_uts)
 137  130  CFLAGS                  += -xstrconst
 138  131  
 139  132  #
 140  133  # Options to control which version of stack-protector we enable. This
 141  134  # gives us a bit of flexibility and is unfortunately necessary as some
 142  135  # modules do not function correctly with our defaults (qede).
↓ open down ↓ 634 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX