From owner-freebsd-stable Wed Sep 8 5:37:18 1999 Delivered-To: freebsd-stable@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id DE50114E5E for ; Wed, 8 Sep 1999 05:36:41 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id PAA07056; Wed, 8 Sep 1999 15:33:33 +0300 (EEST) (envelope-from ru) Date: Wed, 8 Sep 1999 15:33:33 +0300 From: Ruslan Ermilov To: Michael Robinson Cc: freebsd-stable@FreeBSD.ORG Subject: Re: -Os Message-ID: <19990908153333.D22077@relay.ucb.crimea.ua> Mail-Followup-To: Michael Robinson , freebsd-stable@FreeBSD.ORG References: <199909081158.TAA01316@netrinsics.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <199909081158.TAA01316@netrinsics.com>; from Michael Robinson on Wed, Sep 08, 1999 at 07:58:13PM +0800 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 08, 1999 at 07:58:13PM +0800, Michael Robinson wrote: > The CFLAGS in src/sys/boot/i386/kgzldr/Makefile contains "-Os". This seems > to be an egcsism (at least gcc-2.3.2.3 doesn't like it, and aborts the make). > > What's the story on that? > > -Michael Robinson You have the -current sources, check your cvsup(1) configuration! # cvs di -r1.3 -rRELENG_3 Makefile Index: Makefile =================================================================== RCS file: /usr/FreeBSD-CVS/src/sys/boot/i386/kgzldr/Makefile,v retrieving revision 1.3 retrieving revision 1.2.2.2 diff -u -r1.3 -r1.2.2.2 --- Makefile 1999/08/28 00:40:10 1.3 +++ Makefile 1999/08/29 16:20:54 1.2.2.2 @@ -1,8 +1,8 @@ -# $FreeBSD: src/sys/boot/i386/kgzldr/Makefile,v 1.3 1999/08/28 00:40:10 peter Exp $ +# $FreeBSD: src/sys/boot/i386/kgzldr/Makefile,v 1.2.2.2 1999/08/29 16:20:54 peter Exp $ PROG= kgzldr.o SRCS= start.s boot.c inflate.c lib.c crt.s sio.s -CFLAGS= -fno-builtin -Os +CFLAGS= -fno-builtin -O2 CFLAGS+=-DKZIP LDFLAGS=-nostdlib -static -r NOMAN= -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message