Re: [RFC] klibc for 2.5.59 bk

Sam Ravnborg (sam@ravnborg.org)
Mon, 17 Feb 2003 19:57:00 +0100


On Mon, Feb 17, 2003 at 01:36:59PM -0500, Jeff Garzik wrote:
>
> +check_gcc = $(shell if $(CC) $(1) -S -o /dev/null -xc /dev/null > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi)

Will check_gcc be compatible across architectures?
If thats the case it should be moved to a common place.

Checking.....
The same type of trick is used for alpha and sparc* -
so I will move it to the top-level makefile.

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