From owner-cvs-src@FreeBSD.ORG Sun Aug 22 06:24:59 2004 Return-Path: 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 D100516A4CE; Sun, 22 Aug 2004 06:24:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C917B43D2F; Sun, 22 Aug 2004 06:24:59 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7M6OxUW010054; Sun, 22 Aug 2004 06:24:59 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7M6OxAK010053; Sun, 22 Aug 2004 06:24:59 GMT (envelope-from marcel) Message-Id: <200408220624.i7M6OxAK010053@repoman.freebsd.org> From: Marcel Moolenaar Date: Sun, 22 Aug 2004 06:24:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/alpha Makefile.inc src/sys/boot/ficl Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 22 Aug 2004 06:25:00 -0000 marcel 2004-08-22 06:24:59 UTC FreeBSD src repository Modified files: sys/boot/alpha Makefile.inc sys/boot/ficl Makefile Log: Part 2 of fixing the boot code: gcc 3.4 fixes. The whole problem seems to be size. Which is odd, because it is said that size doesn't matter. Anyway... Add -Os to strategic places in the makefile to have the final loader be as mall as possible. This seems to be enough to make it work. For now... I think something is more fundamentally wrong; or something more fundamental is wrong. Potato, potaato. Revision Changes Path 1.10 +1 -1 src/sys/boot/alpha/Makefile.inc 1.38 +1 -1 src/sys/boot/ficl/Makefile