[BACK]Return to m32.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / compat

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/compat/m32.mk between version 1.1 and 1.2

version 1.1, 2009/12/13 09:27:34 version 1.2, 2011/06/18 01:22:34
Line 4 
Line 4 
 # Makefile fragment to help implement a set of 'cc -m32' libraries.  # Makefile fragment to help implement a set of 'cc -m32' libraries.
 #  #
   
   .ifndef _COMPAT_M32_MK_ # {
   _COMPAT_M32_MK_=1
   
 COPTS+=                 -m32  COPTS+=                 -m32
 CPUFLAGS+=              -m32  CPUFLAGS+=              -m32
 LDADD+=                 -m32  LDADD+=                 -m32
Line 11  LDFLAGS+=  -m32
Line 14  LDFLAGS+=  -m32
 MKDEPFLAGS+=            -m32  MKDEPFLAGS+=            -m32
   
 .include "Makefile.compat"  .include "Makefile.compat"
   
   .endif # _COMPAT_M32_MK_ }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>