powerpc: Use -mtraceback=no
authorAnton Blanchard <anton@samba.org>
Thu, 30 Jun 2011 13:55:27 +0000 (13:55 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 1 Jul 2011 03:49:27 +0000 (13:49 +1000)
commitaf9719c3062dfe216a0c3de3fa52be6d22b4456c
treeb2fa6faa297ff3681bcee6ff9d2924dee2755e83
parentac5f89c7d87f6f2fb7073723fc943488d9c3479d
powerpc: Use -mtraceback=no

gcc 4.7 will be more strict about parsing the -mtraceback option:

 gcc: error: unrecognized argument in option '-mtraceback=none'
 gcc: note: valid arguments to '-mtraceback=' are: full no part

gcc used to do a 2 char compare so both "no" and "none" would
match. Switch to using -mtraceback=no should work everywhere.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Makefile