Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 11:15:29 +0200
From:      "David Naylor" <blackdragon@highveldmail.co.za>
To:        freebsd-stable@freebsd.org
Subject:   broken buildkernel (scsi_low and -Os) and duplicate manpages
Message-ID:  <b53f6f940802130115m48cda538y831410f5214fd434@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

Building the kernel with CFLAGS=-Os breaks when compiling module
scsi_low.  Sorry no output available.

Placing CFLAGS+= -O in the Makefile fixes the problem.  Last build
with -O2 did work (for everything, world, kernel and ports).

>From my research it appears the -Os produces code faster than -O2 and
generally slower than -O3 but the smallest binary (and quicker compile
times), does anyone have a better understanding of such things
(performance and -O? flags).

When doing an installworld DEST=? it fails twice when trying to
install duplicate man pages:
1) lib/ncurses/ncurses: tputs.3
2) share/man/man9: rman_fini.9

David



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