Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 May 2011 11:26:00 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf kern.mk
Message-ID:  <201105141126.p4EBQCw2025648@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
brucec      2011-05-14 11:26:00 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.mk 
  Log:
  SVN rev 221879 on 2011-05-14 11:26:00Z by brucec
  
  gcc and clang semantics imply certain -mno-* flags when other certain -mno-*
  flags are also specified. This change makes use of this behaviour and removes
  unneeded -mno-* flags.
  
  Note that clang does not yet enable AVX support for any CPU. However at some
  point in the future it will and since we definitely want to disable it for the
  kernel, we might as well add the -mno-avx flag now.
  
  Submitted by:   arundel
  
  Revision  Changes    Path
  1.73      +28 -5     src/sys/conf/kern.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105141126.p4EBQCw2025648>