Re: Compile FreeBSD kernel with gcc48

2012-11-14 Thread Alie Tan
> > On 2012-11-11 10:59, Alie Tan wrote: > > Anyone have experience compiling FreeBSD kernel with gcc48 > > > > I have tried it but no success with this in src.conf > > > > C= /usr/local/bin/gcc48 > > CXX= /usr/local/bin/g++48 > > CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot

Re: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Dimitry Andric
On 2012-11-11 10:59, Alie Tan wrote: Anyone have experience compiling FreeBSD kernel with gcc48 I have tried it but no success with this in src.conf C= /usr/local/bin/gcc48 CXX= /usr/local/bin/g++48 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \-Wmissing-prototypes -

Re: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Andriy Gapon
on 11/11/2012 14:09 Garrett Cooper said the following: > On Sun, Nov 11, 2012 at 4:07 AM, Andriy Gapon > wrote: > > on 11/11/2012 12:26 Garrett Cooper said the following: > > On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan > wrote: [snip] >

Re: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Garrett Cooper
On Sun, Nov 11, 2012 at 4:07 AM, Andriy Gapon wrote: > on 11/11/2012 12:26 Garrett Cooper said the following: > > On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan wrote: > > > >> Hi, > >> > >> Anyone have experience compiling FreeBSD kernel with gcc48 > >> > >> I have tried it but no success with this

Re: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Andriy Gapon
on 11/11/2012 12:26 Garrett Cooper said the following: > On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan wrote: > >> Hi, >> >> Anyone have experience compiling FreeBSD kernel with gcc48 >> >> I have tried it but no success with this in src.conf It would be more productive to detail "no success". >> C

Re: Compile FreeBSD kernel with gcc48

2012-11-11 Thread Garrett Cooper
On Sun, Nov 11, 2012 at 1:59 AM, Alie Tan wrote: > Hi, > > Anyone have experience compiling FreeBSD kernel with gcc48 > > I have tried it but no success with this in src.conf > > C= /usr/local/bin/gcc48 > CXX= /usr/local/bin/g++48 > CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr

Compile FreeBSD kernel with gcc48

2012-11-11 Thread Alie Tan
Hi, Anyone have experience compiling FreeBSD kernel with gcc48 I have tried it but no success with this in src.conf C= /usr/local/bin/gcc48 CXX= /usr/local/bin/g++48 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qua