Displaying 1 result from an estimated 1 matches for "check_usergcc".
2003 Mar 03
0
Re: [BK PATCH] klibc for 2.5.63
...r Anvin wrote:
> Greg has taken on the job of integrating klibc with the kernel, but
> please post klibc bug reports to the klibc mailing list at
> <klibc@zytor.com>.
To avoid annoying warning from gcc I had to check for compatibility with
-falign-* like we do in arch/i386/Makefile.
check_usergcc located in top-level makefile to allow other architectures
to use it later.
Also modified a few assignment to use :=.
On top of Gregh's latest bk tree.
Sam
===== Makefile 1.385 vs edited =====
--- 1.385/Makefile Mon Mar 3 18:17:13 2003
+++ edited/Makefile Mon Mar 3 21:18:11 2003
@@ -933,4...