Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Mar 1995 04:45:55 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bugs@FreeBSD.org, gary@palmer.demon.co.uk
Subject:   Re: make world
Message-ID:  <199503251845.EAA31046@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>cc -pipe -DLKM -I/e/src/lkm/syscons/blank/.. -I/e/src/lkm/syscons/blank/../../../sys  -DKERNEL -I/e/src/lkm/syscons/blank/../../sys -W -Wcomment -Wredundant-decls -c /e/src/lkm/syscons/blank/blank_saver.c
>/usr/include/machine/cpufunc.h: In function `inbc':
>/usr/include/machine/cpufunc.h:125: inconsistent operand constraints in an `asm'
>/usr/include/machine/cpufunc.h: In function `outbc':
>/usr/include/machine/cpufunc.h:132: inconsistent operand constraints in an `asm'

inbc() and outbc() sometimes don't work when compiled without -O.

How did the default `-O2' get replaced by the non-default `-pipe'?

Bruce



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