linux/arch/m32r/kernel
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: 8f7c2c3731

Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
2009-05-02 21:43:26 +09:00
..
Makefile m32r: build fix for __stringify macro 2009-05-02 21:43:26 +09:00
align.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
asm-offsets.c kbuild: frv,m32r,sparc64 introduce fake asm-offsets.h file 2005-09-09 22:47:53 +02:00
entry.S m32r/kernel/: cleanups 2008-09-27 18:27:21 +09:00
head.S m32r: convert to use __HEAD and HEAD_TEXT macros. 2009-04-26 09:20:38 -07:00
init_task.c take init_fs to saner place 2008-12-31 18:07:42 -05:00
irq.c sparseirq: use kstat_irqs_cpu instead 2009-01-11 15:53:13 +01:00
m32r_ksyms.c m32r: export empty_zero_page 2008-09-27 18:27:21 +09:00
module.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
process.c Simplify copy_thread() 2009-04-02 19:04:51 -07:00
ptrace.c arch/m32r/: Spelling fixes 2008-02-03 16:53:47 +02:00
setup.c procfs: constify function pointer tables 2008-02-08 09:22:38 -08:00
signal.c m32r: Update sys_rt_sigsuspend 2007-11-28 01:24:04 +09:00
smp.c m32r/kernel/: cleanups 2008-09-27 18:27:21 +09:00
smpboot.c percpu: fix percpu accessors to potentially !cpu_possible() cpus: m32r 2009-01-01 10:12:14 +10:30
sys_m32r.c m32r: use generic sys_pipe 2008-05-09 08:04:56 -07:00
syscall_table.S timerfd: fix remaining architectures 2008-02-05 14:37:15 -08:00
time.c cpumask: remove references to struct irqaction's mask field. 2009-03-30 22:05:14 +10:30
traps.c m32r/kernel/: cleanups 2008-09-27 18:27:21 +09:00
vmlinux.lds.S m32r: convert to use __HEAD and HEAD_TEXT macros. 2009-04-26 09:20:38 -07:00