From owner-freebsd-bugs Sat Mar 25 10:48:42 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA29957 for bugs-outgoing; Sat, 25 Mar 1995 10:48:42 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id KAA29950 for ; Sat, 25 Mar 1995 10:48:33 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA31046; Sun, 26 Mar 1995 04:45:55 +1000 Date: Sun, 26 Mar 1995 04:45:55 +1000 From: Bruce Evans Message-Id: <199503251845.EAA31046@godzilla.zeta.org.au> To: bugs@FreeBSD.org, gary@palmer.demon.co.uk Subject: Re: make world Sender: bugs-owner@FreeBSD.org Precedence: bulk >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