diff options
author | Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca> | 2008-07-17 21:16:13 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 17:24:38 -0700 |
commit | a0c14d28df8fcf939a8efd9332ace164e9f931fb (patch) | |
tree | ab27a4822acad939a2c85d740a8b9720f3301f4a /arch/m68k/ifpsp060 | |
parent | edfd92f67eec1bdd905dd7841416eaf945a5b92f (diff) | |
download | linux-a0c14d28df8fcf939a8efd9332ace164e9f931fb.tar.bz2 |
Stringify support commas
> This is a no-no for those archs that still use -traditional.
> > I dunno if this is a problem for you at the moment and the
> > right fix is anyway to nuke -traditional.
> >
> > Sam
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/ifpsp060')
-rw-r--r-- | arch/m68k/ifpsp060/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/ifpsp060/Makefile b/arch/m68k/ifpsp060/Makefile index 2fe8472cb5e3..43b435049452 100644 --- a/arch/m68k/ifpsp060/Makefile +++ b/arch/m68k/ifpsp060/Makefile @@ -6,5 +6,4 @@ obj-y := fskeleton.o iskeleton.o os.o -EXTRA_AFLAGS := -traditional EXTRA_LDFLAGS := -x |