diff -urNp --exclude CVS --exclude BitKeeper x-ref/Makefile x/Makefile --- x-ref/Makefile 2003-07-17 05:46:22.000000000 +0200 +++ x/Makefile 2003-07-17 05:46:23.000000000 +0200 @@ -107,7 +107,8 @@ export MODLIB CPPFLAGS := -D__KERNEL__ -I$(HPATH) CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ - -fno-strict-aliasing -fno-common + -fno-strict-aliasing -fno-common \ + $(shell if $(CC) -finline-limit=2000 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo "-finline-limit=2000"; fi) ifndef CONFIG_FRAME_POINTER CFLAGS += -fomit-frame-pointer else