From owner-cvs-all Fri Oct 4 5:54:38 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9416E37B401; Fri, 4 Oct 2002 05:54:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48BF843E6A; Fri, 4 Oct 2002 05:54:37 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from freefall.freebsd.org (bde@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g94CsbCo031658; Fri, 4 Oct 2002 05:54:37 -0700 (PDT) (envelope-from bde@freefall.freebsd.org) Received: (from bde@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g94Csaax031657; Fri, 4 Oct 2002 05:54:37 -0700 (PDT) Message-Id: <200210041254.g94Csaax031657@freefall.freebsd.org> From: Bruce Evans Date: Fri, 4 Oct 2002 05:54:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kern.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bde 2002/10/04 05:54:36 PDT Modified files: share/mk bsd.kern.mk Log: Use the -mno-align-long-strings on i386's to debloat the kernel a little. This reduces the size of GENERIC's text space by 73999 bytes (about 2%). The bloat is from approximately 3437 strings longer than 31 characters being padded to a 32-byte boundary. Revision Changes Path 1.30 +1 -1 src/share/mk/bsd.kern.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message