svn commit: r268476 - head/sys/boot/pc98/boot2

Warner Losh imp at FreeBSD.org
Thu Jul 10 00:15:51 UTC 2014


Author: imp
Date: Thu Jul 10 00:15:50 2014
New Revision: 268476
URL: http://svnweb.freebsd.org/changeset/base/268476

Log:
  Compile boot2 with clang on pc98.

Modified:
  head/sys/boot/pc98/boot2/Makefile

Modified: head/sys/boot/pc98/boot2/Makefile
==============================================================================
--- head/sys/boot/pc98/boot2/Makefile	Thu Jul 10 00:15:42 2014	(r268475)
+++ head/sys/boot/pc98/boot2/Makefile	Thu Jul 10 00:15:50 2014	(r268476)
@@ -3,8 +3,8 @@
 .include <bsd.own.mk>
 
 # XXX: clang can compile the boot code just fine, but boot2 gets too big
-CC:=		gcc
-COMPILER_TYPE:=	gcc
+#CC:=		gcc
+#COMPILER_TYPE:=	gcc
 
 NO_PIE=	yes
 


More information about the svn-src-head mailing list