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