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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to