Re: [PATCH] FreeBSD compiler extensions

2011-07-28 Thread Robert Millan
Submitted as PR so that it's not forgotten: http://www.freebsd.org/cgi/query-pr.cgi?pr=159278 -- Robert Millan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "free

Re: [PATCH] FreeBSD compiler extensions

2011-07-05 Thread Robert Millan
2011/7/5 Roman Divacky : > Why do you need this? Format-extensions are kernel only (which you dont use I > presume) Actually, we compile the kernel of FreeBSD regularly, both 8-STABLE and 9-CURRENT. It is the base of the Debian GNU/kFreeBSD distribution. We've recently ported the build system so

Re: [PATCH] FreeBSD compiler extensions

2011-07-05 Thread C. Bergström
On 07/ 5/11 03:27 PM, Robert Millan wrote: This patch conditionalizes a pair of FreeBSD compiler extensions so that its CFLAGS are only used on FreeBSD. Were I work we don't spend much time on compiling any kernel, but I'm superficially curious about the actual code which necessitates you need

Re: [PATCH] FreeBSD compiler extensions

2011-07-05 Thread Roman Divacky
Why do you need this? Format-extensions are kernel only (which you dont use I presume) and no-align-long-strings is boot only (which you dont use either). Hm? :) roman On Tue, Jul 05, 2011 at 10:27:51AM +0200, Robert Millan wrote: > This patch conditionalizes a pair of FreeBSD compiler extension

[PATCH] FreeBSD compiler extensions

2011-07-05 Thread Robert Millan
This patch conditionalizes a pair of FreeBSD compiler extensions so that its CFLAGS are only used on FreeBSD. -- Robert Millan Index: sys/conf/kern.mk === --- sys/conf/kern.mk(revision 223736) +++ sys/conf/kern.mk(working cop