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

Dimitry Andric dim at FreeBSD.org
Thu Dec 26 22:31:48 UTC 2013


Author: dim
Date: Thu Dec 26 22:31:47 2013
New Revision: 259927
URL: http://svnweb.freebsd.org/changeset/base/259927

Log:
  Fix pc98 build, by also forcing COMPILER_TYPE in sys/boot/pc98/boot2's
  Makefile.
  
  Pointy hat to:	dim
  MFC after:	3 days
  X-MFC-With:	r259730

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

Modified: head/sys/boot/pc98/boot2/Makefile
==============================================================================
--- head/sys/boot/pc98/boot2/Makefile	Thu Dec 26 22:28:15 2013	(r259926)
+++ head/sys/boot/pc98/boot2/Makefile	Thu Dec 26 22:31:47 2013	(r259927)
@@ -4,6 +4,7 @@
 
 # XXX: clang can compile the boot code just fine, but boot2 gets too big
 CC:=		gcc
+COMPILER_TYPE:=	gcc
 
 FILES=		boot boot1 boot2
 


More information about the svn-src-all mailing list