Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Sep 1999 15:33:33 +0300
From:      Ruslan Ermilov <ru@ucb.crimea.ua>
To:        Michael Robinson <robinson@netrinsics.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: -Os
Message-ID:  <19990908153333.D22077@relay.ucb.crimea.ua>
In-Reply-To: <199909081158.TAA01316@netrinsics.com>; from Michael Robinson on Wed, Sep 08, 1999 at 07:58:13PM %2B0800
References:  <199909081158.TAA01316@netrinsics.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990908153333.D22077>