Print this page
9884 cw(1) should use -fpic rather than -Kpic


  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 #
  25 
  26 TRG_PLATFORM =  sun4u-opl
  27 ALT_PLATFORM =  sun4u-us3
  28 GEN_PLATFORM =  sun4u
  29 
  30 include         ../../Makefile.com
  31 
  32 OBJECTS =       memcpy.o memset.o memcmp.o
  33 
  34 include         $(SRC)/lib/Makefile.lib
  35 
  36 IFLAGS =        -I$(SRC)/uts/$(GEN_PLATFORM) \
  37                 -I$(ROOT)/usr/platform/$(GEN_PLATFORM)/include
  38 
  39 AS_CPPFLAGS +=  -D__STDC__ -D_ASM -DPIC -D_REENTRANT -D$(MACH) $(IFLAGS)
  40 ASFLAGS =       -P -K pic


  20 #
  21 
  22 #
  23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24 #
  25 
  26 TRG_PLATFORM =  sun4u-opl
  27 ALT_PLATFORM =  sun4u-us3
  28 GEN_PLATFORM =  sun4u
  29 
  30 include         ../../Makefile.com
  31 
  32 OBJECTS =       memcpy.o memset.o memcmp.o
  33 
  34 include         $(SRC)/lib/Makefile.lib
  35 
  36 IFLAGS =        -I$(SRC)/uts/$(GEN_PLATFORM) \
  37                 -I$(ROOT)/usr/platform/$(GEN_PLATFORM)/include
  38 
  39 AS_CPPFLAGS +=  -D__STDC__ -D_ASM -DPIC -D_REENTRANT -D$(MACH) $(IFLAGS)
  40 ASFLAGS =       -P $(AS_PICFLAGS)