On Monday 22 May 2006 16:11, Nikola Knezevic wrote:
> Hi all,
> When I change Makefile to have -O0 instead of -O2, this is what I get
> after make ARCH=um:
There are other spots where -O0 would lead to failure; search for -O0 on the
ML, I remember that adding -finline and something else made it w
On Mon, May 22, 2006 at 04:11:11PM +0200, Nikola Knezevic wrote:
> Hi all,
> When I change Makefile to have -O0 instead of -O2, this is what I get
> after make ARCH=um:
I don't think the kernel will build at all with -O0.
Jeff
Hi all,
When I change Makefile to have -O0 instead of -O2, this is what I get
after make ARCH=um:
CC arch/um/kernel/skas/clone.o
arch/um/include/sysdep/stub.h: In function 'remap_stack':
arch/um/include/sysdep/stub.h:90: warning: asm operand 7 probably
doesn't match constraints
arch/um/incl