On Thursday 18 February 2010 9:28:38 am Ed Schouten wrote: > Author: ed > Date: Thu Feb 18 14:28:38 2010 > New Revision: 204041 > URL: http://svn.freebsd.org/changeset/base/204041 > > Log: > Allow the pmap code to be built with GCC from FreeBSD 7 again. > > This patch basically gives us the best of both worlds. Instead of > forcing the compiler to emulate GNU-style inline semantics even though > we're using ISO C99, it will only use GNU-style inlining when the > compiler is configured that way (__GNUC_GNU_INLINE__). > > Tested by: jhb
Thanks! -- John Baldwin _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"