Philipe De Muyter 3f787bff45 [PATCH] m68knommu: remove useless compiler args
Here is a small patch that made my kernel .text segment shrink by 8k IIRC
on my 5272-based board, by removing `-Wa,-S' from CFLAGS.

The `-Wa,-S' option prevents `gas' from using short forms of jsr.
Without it, `gas' replaces `jsr xxx.l' (6 bytes) by `jsr xxx@pc'
(4 bytes) when possible.  On 5272, both forms are equally fast.

The `-Wa,-m5307' option is useless, because gcc already gives it
to `gas' from the `-m5307' option.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-27 18:26:36 -07:00
..
2006-06-23 07:43:08 -07:00
2006-06-27 18:25:03 -07:00
2006-06-26 09:58:17 -07:00
2006-06-27 17:32:39 -07:00
2006-06-25 23:24:24 -07:00
2006-06-26 18:35:02 +02:00
2006-06-27 17:32:39 -07:00