Print this page
9128 cw(1onbld) should be able to run multiple shadows
9129 file-locking tests shouldn't build multiple source files in one compiler invocation
9130 DTrace tst.gcc.d isn't useful
9132 cw(1onbld) shouldn't shadow pure preprocessing
Reviewed by: Andy Fiddaman <omnios@citrus-it.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/Makefile.master.64
          +++ new/usr/src/Makefile.master.64
↓ open down ↓ 55 lines elided ↑ open up ↑
  56   56  #
  57   57  # Override Makefile.master's settings of CC, CCC, AS and LINT
  58   58  #
  59   59  CC=             $($(MACH64)_CC)
  60   60  CCC=            $($(MACH64)_CCC)
  61   61  CPP=            $($(MACH64)_CPP)
  62   62  AS=             $($(MACH64)_AS)
  63   63  LD=             $($(MACH64)_LD)
  64   64  LINT=           $($(MACH64)_LINT)
  65   65  
  66      -REAL_CC=        $(CW_CC_CMD:sh)
  67      -REAL_CCC=       $(CW_CCC_CMD:sh)
  68      -
  69   66  BUILD.SO=       $(CC) $(CFLAGS) -o $@ $(GSHARED) $(DYNFLAGS) \
  70   67                  $(PICS) $(EXTPICS) -L $(ROOTLIBDIR64) $(LDLIBS)
  71   68  
  72   69  #
  73   70  # ld(1) requires the -64 option to create a 64-bit filter solely from a mapfile
  74   71  #
  75   72  MAPFILECLASS=   -64
  76   73  
  77   74  CCNEEDED =              -lCrun
  78   75  $(__GNUC64)CCNEEDED =   -L$(GCCLIBDIR) -lstdc++
  79   76  $(__GNUC64)CCNEEDED +=  -lgcc_s
  80   77  
  81   78  BUILDCCC.SO=    $(CCC) $(CCFLAGS) -o $@ $(GSHARED) $(DYNFLAGS) \
  82   79                  $(PICS) $(EXTPICS) $(LDLIBS) $(CCNEEDED)
  83   80  MAPFILE.NGB =   $(MAPFILE.NGB_$(MACH64))
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX