svn commit: r193734 - in head: lib/libusb sys/amd64/amd64 sys/i386/i386 sys/i386/xen sys/sys

Bruce Evans brde at optusnet.com.au
Mon Jun 8 20:42:10 UTC 2009


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


More information about the svn-src-head mailing list