Re: [2.6 patch] small sparc Makefile cleanups

From: Pete Zaitcev
Date: Tue Aug 26 2003 - 20:32:49 EST


> Date: Wed, 27 Aug 2003 00:19:23 +0200
> From: Adrian Bunk <bunk@xxxxxxxxx>

> -#
> -# Uncomment the first CFLAGS if you are doing kgdb source level
> -# debugging of the kernel to get the proper debugging information.
> -
> -IS_EGCS := $(shell if $(CC) -m32 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo y; else echo n; fi; )
> -NEW_GAS := $(shell if $(LD) --version 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)

This is sane, and was on todo list of months. Just shows
what kind of backlog I accumulated. Can someone else test it
for me? Please reply with result and outut from
gcc -v && as -v < /dev/null.

-- Pete
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/