Fix warning comming out of 3.4

From: Jan Hubicka
Date: Wed Jan 14 2004 - 06:02:24 EST


Hi,
fix warning about declaration not matching _exit builtins produced by 3.4.
The -fno-builtin-XXXX are ignored for XXXX unknown so this should not be
problem for earlier compilers.

Honza

--- ./Makefile.old 2004-01-13 00:56:04.000000000 +0100
+++ ./Makefile 2004-01-13 15:55:42.000000000 +0100
@@ -276,7 +276,8 @@ CPPFLAGS := -D__KERNEL__ -Iinclud
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include)

CFLAGS := -Wall -Wstrict-prototypes -Wno-trigraphs \
- -fno-strict-aliasing -fno-common
+ -fno-strict-aliasing -fno-common \
+ -fno-builtin-_exit
AFLAGS := -D__ASSEMBLY__

export VERSION PATCHLEVEL SUBLEVEL EXTRAVERSION KERNELRELEASE ARCH \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/