From owner-svn-src-all@FreeBSD.ORG Thu Jul 10 00:15:51 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AF7AE78; Thu, 10 Jul 2014 00:15:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 689DF2A6E; Thu, 10 Jul 2014 00:15:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6A0FpAm013394; Thu, 10 Jul 2014 00:15:51 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6A0FphQ013393; Thu, 10 Jul 2014 00:15:51 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201407100015.s6A0FphQ013393@svn.freebsd.org> From: Warner Losh Date: Thu, 10 Jul 2014 00:15:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r268476 - head/sys/boot/pc98/boot2 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 00:15:51 -0000 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 # 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