From: H. Peter Anvin Date: Tue, 14 Dec 2010 00:01:38 +0000 (-0800) Subject: x86, gcc-4.6: Use gcc -m options when building vdso X-Git-Tag: v2.6.37-rc7~14^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de2a8cf98ecdde25231d6c5e7901e2cffaf32af9;p=pandora-kernel.git x86, gcc-4.6: Use gcc -m options when building vdso The vdso Makefile passes linker-style -m options not to the linker but to gcc. This happens to work with earlier gcc, but fails with gcc 4.6. Pass gcc-style -m options, instead. Note: all currently supported versions of gcc supports -m32, so there is no reason to conditionalize it any more. Reported-by: H. J. Lu Signed-off-by: H. Peter Anvin LKML-Reference: Cc: --- Reading git-diff-tree failed