Re: [PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-22 Thread Ingo Molnar
* Behan Webster wrote: > On 04/21/14 23:05, Ingo Molnar wrote: > >* beh...@converseincode.com wrote: > > > >>From: Behan Webster > >> > >>Wrap -mno-80387 gcc options with cc-option so they don't break clang. > >> > >>Signed-off-by: Behan Webster > >>--- > >> arch/x86/Makefile | 4 +++- > >>

Re: [PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-22 Thread Behan Webster
On 04/21/14 23:05, Ingo Molnar wrote: * beh...@converseincode.com wrote: From: Behan Webster Wrap -mno-80387 gcc options with cc-option so they don't break clang. Signed-off-by: Behan Webster --- arch/x86/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-22 Thread Ingo Molnar
* beh...@converseincode.com wrote: > From: Behan Webster > > Wrap -mno-80387 gcc options with cc-option so they don't break clang. > > Signed-off-by: Behan Webster > --- > arch/x86/Makefile | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/arch/x86/Makefile

Re: [PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-22 Thread Ingo Molnar
* beh...@converseincode.com beh...@converseincode.com wrote: From: Behan Webster beh...@converseincode.com Wrap -mno-80387 gcc options with cc-option so they don't break clang. Signed-off-by: Behan Webster beh...@converseincode.com --- arch/x86/Makefile | 4 +++- 1 file changed, 3

Re: [PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-22 Thread Behan Webster
On 04/21/14 23:05, Ingo Molnar wrote: * beh...@converseincode.com beh...@converseincode.com wrote: From: Behan Webster beh...@converseincode.com Wrap -mno-80387 gcc options with cc-option so they don't break clang. Signed-off-by: Behan Webster beh...@converseincode.com ---

Re: [PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-22 Thread Ingo Molnar
* Behan Webster beh...@converseincode.com wrote: On 04/21/14 23:05, Ingo Molnar wrote: * beh...@converseincode.com beh...@converseincode.com wrote: From: Behan Webster beh...@converseincode.com Wrap -mno-80387 gcc options with cc-option so they don't break clang. Signed-off-by: Behan

[PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-21 Thread behanw
From: Behan Webster Wrap -mno-80387 gcc options with cc-option so they don't break clang. Signed-off-by: Behan Webster --- arch/x86/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index d1b7c37..ce6ad7e 100644 ---

[PATCH] x86: LLVMLinux: Wrap -mno-80387 with cc-option

2014-04-21 Thread behanw
From: Behan Webster beh...@converseincode.com Wrap -mno-80387 gcc options with cc-option so they don't break clang. Signed-off-by: Behan Webster beh...@converseincode.com --- arch/x86/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/x86/Makefile