Date: Thu, 10 Jul 2014 00:15:51 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268476 - head/sys/boot/pc98/boot2 Message-ID: <201407100015.s6A0FphQ013393@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407100015.s6A0FphQ013393>