From: Anton Blanchard Date: Mon, 25 May 2015 22:53:29 +0000 (+1000) Subject: powerpc: Don't use gcc specific options on clang X-Git-Tag: omap-for-v4.2/fixes-rc1^2~139^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=238abecde8ad43f914e095fcf23e0bd35dc7a7f2;p=pandora-kernel.git powerpc: Don't use gcc specific options on clang We have code to choose between several options, eg. -mabi=elfv2 vs -mcall-aixdesc, and -mcmodel=medium vs -mminimal-toc. But these are all GCC specific, so use cc-option on all of them. Signed-off-by: Anton Blanchard Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed