]> Pileus Git - ~andy/linux/commit
powerpc: Use -mtraceback=no
authorAnton Blanchard <anton@samba.org>
Thu, 30 Jun 2011 13:55:27 +0000 (13:55 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Aug 2013 15:21:01 +0000 (08:21 -0700)
commitfc1e43e5cbee9f14ee940044d0e4e722370009d2
tree95def8a96eb2edcaffc77a20f5408445431e6082
parent3a2f18948f8e7ef5b90c654c09e237027e1e0645
powerpc: Use -mtraceback=no

commit af9719c3062dfe216a0c3de3fa52be6d22b4456c upstream.

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>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/powerpc/Makefile