Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 2009 21:13:20 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r193758 - projects/clangbsd/sys/modules
Message-ID:  <200906082113.n58LDKrZ043756@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed
Date: Mon Jun  8 21:13:20 2009
New Revision: 193758
URL: http://svn.freebsd.org/changeset/base/193758

Log:
  Disable ce(4) on i386 for now.
  
  The obfuscated ce(4) driver uses inline assembly that's unsupported by Clang.
  
  Reported by:	Dominique Goncalves <dominique goncalves gmail com>

Modified:
  projects/clangbsd/sys/modules/Makefile

Modified: projects/clangbsd/sys/modules/Makefile
==============================================================================
--- projects/clangbsd/sys/modules/Makefile	Mon Jun  8 21:10:29 2009	(r193757)
+++ projects/clangbsd/sys/modules/Makefile	Mon Jun  8 21:13:20 2009	(r193758)
@@ -45,7 +45,6 @@ SUBDIR=	${_3dfx} \
 	${_cbb} \
 	cd9660 \
 	cd9660_iconv \
-	${_ce} \
 	${_ciss} \
 	${_cm} \
 	${_cmx} \
@@ -340,7 +339,6 @@ _arcnet=	arcnet
 _bktr=		bktr
 _cardbus=	cardbus
 _cbb=		cbb
-_ce=		ce
 _coff=		coff
 _cp=		cp
 _cpuctl=	cpuctl



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