Re: [RFC] klibc for 2.5.59 bk

From: Sam Ravnborg (sam@ravnborg.org)
Date: Mon Feb 17 2003 - 13:57:00 EST


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/



This archive was generated by hypermail 2b29 : Sun Feb 23 2003 - 22:00:19 EST