Re: [PATCH resend] Kbuild: x86: Eliminate duplicate command line options

2014-09-10 Thread Peter Foley
On Wed, Sep 10, 2014 at 12:05 PM, Rasmus Villemoes wrote: > The options -mno-mmx and -mno-sse are unconditionally added to > KBUILD_CFLAGS in both branches of an ifeq and through a $(cc-option) > further down. We can safely remove the first instances. > > In fact, since the -mno-mmx and -mno-sse o

[PATCH resend] Kbuild: x86: Eliminate duplicate command line options

2014-09-10 Thread Rasmus Villemoes
The options -mno-mmx and -mno-sse are unconditionally added to KBUILD_CFLAGS in both branches of an ifeq and through a $(cc-option) further down. We can safely remove the first instances. In fact, since the -mno-mmx and -mno-sse options were introduced simultaneous with the other two options in th