From owner-cvs-src-old@FreeBSD.ORG Tue Aug 31 17:38:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 748EB1065702 for ; Tue, 31 Aug 2010 17:38:38 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 490398FC2A for ; Tue, 31 Aug 2010 17:38:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7VHccZS013248 for ; Tue, 31 Aug 2010 17:38:38 GMT (envelope-from dim@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7VHccTS013247 for cvs-src-old@freebsd.org; Tue, 31 Aug 2010 17:38:38 GMT (envelope-from dim@repoman.freebsd.org) Message-Id: <201008311738.o7VHccTS013247@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to dim@repoman.freebsd.org using -f From: Dimitry Andric Date: Tue, 31 Aug 2010 17:38:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/pc98/boot2 Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2010 17:38:38 -0000 dim 2010-08-31 17:38:20 UTC FreeBSD src repository Modified files: sys/boot/pc98/boot2 Makefile Log: SVN rev 212062 on 2010-08-31 17:38:20Z by dim Always compile pc98 boot2 with gcc instead of clang, just as with i386 boot2. Unfortunately both still are too big when compiled with clang. Reviewed by: nyan Approved by: rpaulo (mentor) Revision Changes Path 1.27 +7 -0 src/sys/boot/pc98/boot2/Makefile