From owner-cvs-src@FreeBSD.ORG Wed Oct 25 15:03:33 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CCFC116A492; Wed, 25 Oct 2006 15:03:33 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9D243D6B; Wed, 25 Oct 2006 15:03:30 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9PF3UmL005059; Wed, 25 Oct 2006 15:03:30 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9PF3UBY005057; Wed, 25 Oct 2006 15:03:30 GMT (envelope-from jhb) Message-Id: <200610251503.k9PF3UBY005057@repoman.freebsd.org> From: John Baldwin Date: Wed, 25 Oct 2006 15:03:30 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/boot/ficl Makefile src/sys/boot/i386 Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 15:03:33 -0000 jhb 2006-10-25 15:03:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/ficl Makefile sys/boot/i386 Makefile.inc Log: MFC: Add -march=i386 for the amd64 build to generate smaller binaries. Approved by: re (hrs) Revision Changes Path 1.41.2.1 +1 -1 src/sys/boot/ficl/Makefile 1.10.2.1 +1 -1 src/sys/boot/i386/Makefile.inc