[BACK]Return to Makefile.i386 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / conf

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

Diff for /src/sys/arch/i386/conf/Makefile.i386 between version 1.176.6.1 and 1.176.6.2

version 1.176.6.1, 2012/11/20 03:01:26 version 1.176.6.2, 2014/08/20 00:03:06
Line 33  GENASSYM_CONF= ${I386}/i386/genassym.cf
Line 33  GENASSYM_CONF= ${I386}/i386/genassym.cf
 ##  ##
 ## (2) compile settings  ## (2) compile settings
 ##  ##
   DEFCOPTS=       -O2 -fno-omit-frame-pointer
 CPPFLAGS+=      -Di386  CPPFLAGS+=      -Di386
 CFLAGS+=        -mno-sse -mno-sse2 -mno-sse3  CFLAGS+=        -msoft-float
   ## no-sse implies no-sse2 but not no-avx
 AFLAGS.mptramp.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}  CFLAGS+=        -mno-mmx -mno-sse -mno-avx
 AFLAGS.spl.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}  
 AFLAGS.lock_stubs.S= ${${ACTIVE_CC} == "clang":?-no-integrated-as:}  
   
 ##  ##
 ## (3) libkern and compat  ## (3) libkern and compat

Legend:
Removed from v.1.176.6.1  
changed lines
  Added in v.1.176.6.2

CVSweb <webmaster@jp.NetBSD.org>