From: adilger Date: Sat, 16 Nov 2002 10:17:48 +0000 (+0000) Subject: Strange - the -O2 fix was missing from b_lov... X-Git-Tag: v1_7_0_51~2^20~41 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=c8c6522cce9425bc85c54e842f0d35fe2f263c99;p=fs%2Flustre-release.git Strange - the -O2 fix was missing from b_lov... --- diff --git a/lustre/archdep.m4 b/lustre/archdep.m4 index b11266c..789d2f5 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 -Wall -pipe -Wno-trigraphs -Wstrict-prototypes -fno-strict-aliasing -fno-common ' + KCFLAGS='-g -O2 -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 ;;