On 31 Mar 2016 08:45, Khem Raj wrote: > # Make sure no code in ld.so uses mm/xmm/ymm/zmm registers on i386 since > # the first 3 mm/xmm/ymm/zmm registers are used to pass vector parameters > # which must be preserved. > +# with SSE disabled, ensure -fpmath is not set to use sse either, this > +# avoids below compiler diagnostic > +# warning: SSE instruction set disabled, using 387 arithmetics > +# which is treated as error with -Werror the flag change looks fine, but this comment seems excessive. i think it should just read: # With SSE disabled, ensure -fpmath is not set to use sse either. -mike