From owner-freebsd-current Sat Nov 13 15:28:44 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by hub.freebsd.org (Postfix) with ESMTP id 276B914BE4 for ; Sat, 13 Nov 1999 15:28:43 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id PAA78104 for ; Sat, 13 Nov 1999 15:28:38 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id PAA16684 for current@freebsd.org; Sat, 13 Nov 1999 15:28:38 -0800 (PST) (envelope-from obrien) Date: Sat, 13 Nov 1999 15:28:38 -0800 From: "David O'Brien" To: current@freebsd.org Subject: A call to squease more bytes from `boot2' Message-ID: <19991113152838.A16659@dragon.nuxi.com> Reply-To: obrien@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi folks, Once again, `boot2' is the only thing holding us back from upgrading our base compiler. The commit below plus -fdata-sections gets us to needing to reduce another 100 bytes from `boot2'. This is an appeal to hackers to squeeze another 100 bytes out. It would be preferable to use the ``egcs'' port as the compiler, but I presume using the current system compiler would be OK too. ----- Forwarded message from "David E. O'Brien" ----- Subject: cvs commit: src/sys/boot/i386/boot2 Makefile Modified files: sys/boot/i386/boot2 Makefile Log: Turn on the -fforce-addr and -fschedule-insns optimizations. Adding ----- End forwarded message ----- -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message