Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2009 06:42:05 +1000 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        Ed Schouten <ed@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r193734 - in head: lib/libusb sys/amd64/amd64 sys/i386/i386 sys/i386/xen sys/sys
Message-ID:  <20090609061758.P2952@besplex.bde.org>
In-Reply-To: <200906081823.n58INhX8038125@svn.freebsd.org>
References:  <200906081823.n58INhX8038125@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 8 Jun 2009, Ed Schouten wrote:

> Log:
>  Revert my change; reintroduce __gnu89_inline.
>
>  It turns out our compiler in stable/7 can't build this code anymore.
>  Even though my opinion is that those people should just run `make
>  kernel-toolchain' before building a kernel, I am willing to wait and
>  commit this after we've branched stable/8.
>
>  Requested by:	rwatson

Similar changes in msun broke backwards compatibily there.  The last
one that I noticed was that a current msun fails to build on
pluto1.freebsd.org since pluto1 runs 7.2-STABLE and thus has a gcc-4.2.1
not patched to support C99 inline.  On other machines I want to build it
with old compilers starting with gcc-3 to run regression tests.

Bruce



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