svn commit: r240896 - stable/9/sys/conf

Dimitry Andric dim at FreeBSD.org
Mon Sep 24 20:00:32 UTC 2012


Author: dim
Date: Mon Sep 24 20:00:31 2012
New Revision: 240896
URL: http://svn.freebsd.org/changeset/base/240896

Log:
  MFC r240144:
  
  After r240104, make sure the hpt27xx driver also compiles with clang,
  when it is statically linked into the kernel.

Modified:
  stable/9/sys/conf/files.amd64
  stable/9/sys/conf/files.i386
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/conf/files.amd64
==============================================================================
--- stable/9/sys/conf/files.amd64	Mon Sep 24 19:48:41 2012	(r240895)
+++ stable/9/sys/conf/files.amd64	Mon Sep 24 20:00:31 2012	(r240896)
@@ -192,7 +192,8 @@ dev/fdc/fdc_acpi.c		optional	fdc
 dev/fdc/fdc_isa.c		optional	fdc isa
 dev/fdc/fdc_pccard.c		optional	fdc pccard
 dev/hpt27xx/os_bsd.c		optional	hpt27xx
-dev/hpt27xx/osm_bsd.c		optional	hpt27xx
+dev/hpt27xx/osm_bsd.c		optional	hpt27xx \
+	compile-with "${NORMAL_C} ${NO_WFORMAT_SECURITY}"
 dev/hpt27xx/hpt27xx_config.c	optional	hpt27xx
 dev/hptmv/entry.c		optional	hptmv
 dev/hptmv/mv.c			optional	hptmv

Modified: stable/9/sys/conf/files.i386
==============================================================================
--- stable/9/sys/conf/files.i386	Mon Sep 24 19:48:41 2012	(r240895)
+++ stable/9/sys/conf/files.i386	Mon Sep 24 20:00:31 2012	(r240896)
@@ -180,7 +180,8 @@ dev/glxiic/glxiic.c		optional glxiic
 dev/glxsb/glxsb.c		optional glxsb
 dev/glxsb/glxsb_hash.c		optional glxsb
 dev/hpt27xx/os_bsd.c		optional hpt27xx
-dev/hpt27xx/osm_bsd.c		optional hpt27xx
+dev/hpt27xx/osm_bsd.c		optional hpt27xx \
+	compile-with "${NORMAL_C} ${NO_WFORMAT_SECURITY}"
 dev/hpt27xx/hpt27xx_config.c	optional hpt27xx
 dev/hptmv/entry.c		optional hptmv
 dev/hptmv/mv.c			optional hptmv


More information about the svn-src-all mailing list