Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2001 23:44:09 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Peter Wemm <peter@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/kern subr_prf.c src/sys/sys systm.h
Message-ID:  <20010911233924.P4826-100000@delplex.bde.org>
In-Reply-To: <200109100211.f8A2BGO73402@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 9 Sep 2001, Peter Wemm wrote:

> peter       2001/09/09 19:11:16 PDT
>
>   Modified files:
>     sys/kern             subr_prf.c
>     sys/sys              systm.h
>   Log:
>   Revert last commit.  gcc3 has -fstandalone for turning this sort of
>   thing off.  *blush*
>
>   Pointy-hat to:  peter
>   Submitted by:	jake

What happened to -ffreestanding?  We should have been using this all along,
but it didn't seem to work right.  In particular, it didn't seem to affect
main().  Perhaps you hack of renaming main() to mi_startup() can be reverted
now.  init_main.c obviously contains main(), not mi_startup() :-).

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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