Print this page
7069 i386_XARCH should include -m32

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libfru/amd64/Makefile
          +++ new/usr/src/lib/libfru/amd64/Makefile
↓ open down ↓ 20 lines elided ↑ open up ↑
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  #
  26   26  
  27   27  # include common Makefiles
  28   28  include ../Makefile.obj
  29   29  include ../../Makefile.lib.64
  30   30  include ../Makefile.flag
  31      -LDLIBS += -lc -m64
       31 +LDLIBS += -lc
  32   32  LDLIBS += -L$(SRC)/lib/libfruutils/$(MACH64) -lfruutils
  33   33  LDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH64) -lfrureg
  34   34  
  35   35  install: all $(ROOTLIBDIR64) $(ROOTLINKSCCC64)
  36   36  
  37   37  $(ROOTLIBDIR64):
  38   38          $(INS.dir)
  39   39  
  40   40  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX