Re: Still needed and patch

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 15 Apr 1998 13:42:50 +0100 (BST)


> The following patch is the same I already submitted months ago!
> It makes it feasible to compile the kernel without support for
> networking.

I've got Russell King's patch applied

> -CFLAGS_NSR := -fno-strength-reduce
> +CFLAGS_NSR :=
> CFLAGS := $(CFLAGS) $(CFLAGS_PIPE) $(CFLAGS_NSR)
>
> ifdef CONFIG_M386
> @@ -36,7 +36,7 @@
> endif
>
> ifdef CONFIG_M586
> -CFLAGS := $(CFLAGS) -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586
> +CFLAGS := $(CFLAGS) -march=pentium -DCPU=586

And please dont mix diffs for fixes with other changes you have made.
Every so often one of these gets past someone...

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu