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

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

Diff for /src/share/mk/sys.mk between version 1.103 and 1.104

version 1.103, 2011/01/17 18:11:10 version 1.104, 2011/01/21 15:59:04
Line 15  AS?=  as
Line 15  AS?=  as
 AFLAGS?=  AFLAGS?=
 COMPILE.s?=     ${CC} ${AFLAGS} -c  COMPILE.s?=     ${CC} ${AFLAGS} -c
 LINK.s?=        ${CC} ${AFLAGS} ${LDFLAGS}  LINK.s?=        ${CC} ${AFLAGS} ${LDFLAGS}
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" || \  
     ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc" || \  
     ${MACHINE_ARCH} == "sparc64"  
 _ASM_TRADITIONAL_CPP=   -x assembler-with-cpp  _ASM_TRADITIONAL_CPP=   -x assembler-with-cpp
 .else  
 _ASM_TRADITIONAL_CPP=   -traditional-cpp  
 .endif  
 COMPILE.S?=     ${CC} ${AFLAGS} ${CPPFLAGS} ${_ASM_TRADITIONAL_CPP} -c  COMPILE.S?=     ${CC} ${AFLAGS} ${CPPFLAGS} ${_ASM_TRADITIONAL_CPP} -c
 LINK.S?=        ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}  LINK.S?=        ${CC} ${AFLAGS} ${CPPFLAGS} ${LDFLAGS}
   

Legend:
Removed from v.1.103  
changed lines
  Added in v.1.104

CVSweb <webmaster@jp.NetBSD.org>