Re: [2.6 patch] small sparc Makefile cleanups

From: Pete Zaitcev
Date: Tue Aug 26 2003 - 20:34:37 EST


> -#
> -# 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)

Actually, let me rephrase the question. Does anyone still use
UltraPenguin 1.x or Red Hat 5.x userland for kernel hacking?
If I get no reply in a week, this goes in.

-- 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/