Re: Build kernel with clang(sid)

2015-06-04 Thread maximilian attems
On Thu, Jun 04, 2015 at 07:44:13PM +0800, Joseph Lee wrote: > Hello, > > Thanks for reply. > > >why do you create a full new copy of a config, this is certainly not > needed. > An option in standard config file must be disable to pass compilation. I am > not very familiar with how these options a

Re: Build kernel with clang(sid)

2015-06-04 Thread Joseph Lee
Hello, Thanks for reply. >why do you create a full new copy of a config, this is certainly not needed. An option in standard config file must be disable to pass compilation. I am not very familiar with how these options are used. This is the way I found. It's a little ugly indeed. I will try anot

Re: Build kernel with clang(sid)

2015-06-04 Thread maximilian attems
On Thu, Jun 04, 2015 at 04:00:18PM +0800, Joseph Lee wrote: > > I am working on GSOC project "bootable clang built debian" and need to > build Linux with clang. I used patches from LLVMLinux and add a new Kconfig > file, modified debian/rules and debian/rules.real. May I report this as a > bug(I a

Re: Build kernel with clang(sid)

2015-06-04 Thread maximilian attems
On Thu, Jun 04, 2015 at 04:00:18PM +0800, Joseph Lee wrote: > > I am working on GSOC project "bootable clang built debian" and need to > build Linux with clang. I used patches from LLVMLinux and add a new Kconfig > file, modified debian/rules and debian/rules.real. May I report this as a > bug(I a

Build kernel with clang(sid)

2015-06-04 Thread Joseph Lee
Dear maintainers, Hello. I am working on GSOC project "bootable clang built debian" and need to build Linux with clang. I used patches from LLVMLinux and add a new Kconfig file, modified debian/rules and debian/rules.real. May I report this as a bug(I attached the patch I made)? Many thanks. Ch