Re: [PATCH] Fix compile breakage caused by asmlinkage_protect

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Linus Torvalds <torvalds@...>
Cc: Heiko Carstens <heiko.carstens@...>, Andrew Morton <akpm@...>, Jakub Jelinek <jakub@...>, Dave Jones <davej@...>, <drepper@...>, <mingo@...>, <tglx@...>, <linux-kernel@...>, Roland McGrath <roland@...>, Martin Schwidefsky <schwidefsky@...>
Date: Friday, April 11, 2008 - 11:11 am

On Fri, Apr 11, 2008 at 07:46:48AM -0700, Linus Torvalds wrote:

FWIW, at least m68k and m32r cross-builds hit the same.  I think I've a very
good guess about the reasons:
arch/m32r/kernel/Makefile:EXTRA_AFLAGS  := -traditional
arch/m68k/fpsp040/Makefile:EXTRA_AFLAGS := -traditional
arch/m68k/ifpsp060/Makefile:EXTRA_AFLAGS := -traditional
arch/m68k/kernel/Makefile:EXTRA_AFLAGS := -traditional
arch/m68k/lib/Makefile:EXTRA_AFLAGS := -traditional
arch/m68k/math-emu/Makefile:EXTRA_AFLAGS := -traditional
arch/parisc/kernel/Makefile:AFLAGS_entry.o      := -traditional
arch/parisc/kernel/Makefile:AFLAGS_pacache.o := -traditional
arch/s390/kernel/Makefile:EXTRA_AFLAGS  := -traditional
arch/s390/lib/Makefile:EXTRA_AFLAGS := -traditional
arch/s390/math-emu/Makefile:EXTRA_AFLAGS := -traditional

and that gets us -traditional-cpp passed to cc1, with obvious resulting
unhappiness from vararg macro.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/2] asmlinkage_protect replaces prevent_tail_call, Roland McGrath, (Thu Apr 10, 6:37 pm)
[PATCH] Fix compile breakage caused by asmlinkage_protect, Heiko Carstens, (Fri Apr 11, 7:46 am)
Re: [PATCH] Fix compile breakage caused by asmlinkage_protect, Al Viro, (Fri Apr 11, 11:11 am)
Re: [PATCH] Fix compile breakage caused by asmlinkage_protect, Martin Schwidefsky, (Fri Apr 11, 12:03 pm)