From 206d236d85bdaf240cda0e3f4c412d5a8e09f7e9 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 16 Nov 2002 10:20:50 +0000 Subject: [PATCH] Hmm, that was a mistake (-O2 shouldn't be in there for uml). There must be something else going on. --- lustre/archdep.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/archdep.m4 b/lustre/archdep.m4 index 789d2f5..b11266c 100644 --- a/lustre/archdep.m4 +++ b/lustre/archdep.m4 @@ -15,7 +15,7 @@ AC_MSG_CHECKING(setting make flags system architecture: ) case ${host_cpu} in um ) AC_MSG_RESULT($host_cpu) - KCFLAGS='-g -O2 -Wall -pipe -Wno-trigraphs -Wstrict-prototypes -fno-strict-aliasing -fno-common ' + KCFLAGS='-g -Wall -pipe -Wno-trigraphs -Wstrict-prototypes -fno-strict-aliasing -fno-common ' KCPPFLAGS='-D__KERNEL__ -U__i386__ -Ui386 -DUM_FASTCALL -D__arch_um__ -DSUBARCH="i386" -DNESTING=0 -D_LARGEFILE64_SOURCE -Derrno=kernel_errno -DPATCHLEVEL=4 -DMODULE -I$(LINUX)/arch/um/include ' MOD_LINK=elf_i386 ;; -- 1.8.3.1