Date: Wed, 7 Apr 1999 17:50:24 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: ache@nagual.pp.ru Cc: current@freebsd.org Subject: Re: /sys/boot, egcs vs. gcc, -Os Message-ID: <199904080050.RAA76881@vashon.polstra.com> In-Reply-To: <19990408040432.A74787@nagual.pp.ru> References: <19990407193627.A68829@nagual.pp.ru> <370B84A4.3818F8A@newsguy.com> <19990407221941.A91075@nagual.pp.ru> <370BE5B7.2A1561FC@newsguy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <19990408040432.A74787@nagual.pp.ru>, Andrey A. Chernov <ache@nagual.pp.ru> wrote: > > Yes, of course I am shure. BTW, I see lots of malign options in cc call, > maybe they play role. > > cc -elf -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -fno-builtin > -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd -Wall > -Waggregate-return -Wbad-function-cast -Wcast-align > -Wmissing-declarations -Wmissing-prototypes -Wnested-externs > -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -c > /usr/src/sys/boot/i386/boot2/boot2.c You removed the "-Os" but you didn't add back the "-O2" that originally was there. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-interest is the aphrodisiac of belief." -- James V. DeLong To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904080050.RAA76881>