Hirokazu Takata 9c88b06dc7 m32r: build fix for __stringify macro
This patch fixes the following build error of 2.6.30-rc3-git2:

      AS      arch/m32r/kernel/head.o
    In file included from /include/linux/init.h:7,
                     from /arch/m32r/kernel/head.S:11:
    /include/linux/stringify.h:9: error: syntax error in macro parameter list
    /include/linux/stringify.h:10: error: syntax error in macro parameter list

This build error was caused at __HEAD macro in arch/m32r/kernel/head.S,
which uses __stringify() macro.

Remove -traditional option from EXTRA_AFLAGS for the m32r,
because the __stringify() macro depends on the gcc's variadic macro
extension function, due to commit:

    Make __stringify support variable argument macros too
    commit: 8f7c2c37319a81ef4c2bfdec67b1ccd5744d97e4

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
2009-05-02 21:43:26 +09:00
..
2008-09-27 18:27:21 +09:00
2008-12-31 18:07:42 -05:00
2009-01-11 15:53:13 +01:00
2008-09-27 18:27:21 +09:00
2009-05-02 21:43:26 +09:00
2009-04-02 19:04:51 -07:00
2008-02-03 16:53:47 +02:00
2007-11-28 01:24:04 +09:00
2008-09-27 18:27:21 +09:00
2008-05-09 08:04:56 -07:00
2008-09-27 18:27:21 +09:00