Update of /cvsroot/oprofile/oprofile/module
In directory usw-pr-cvs1:/tmp/cvs-serv20180/oprofile/module
Modified Files:
Makefile.in
Log Message:
module/Makefile.in - remove -Werror
Index: Makefile.in
===================================================================
RCS file: /cvsroot/oprofile/oprofile/module/Makefile.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile.in 2002/01/27 21:28:24 1.16
+++ Makefile.in 2002/01/27 21:55:07 1.17
@@ -7,7 +7,7 @@
# NO_MODULE_VERSION expand to __NO_VERSION__ in this case, this work
# because only one module is compiled with BKCFLAGS. If you compile more
# than one module with BKCFLAGS you break 2.2 compatibility. FIXME another way?
-BKCFLAGS += -pipe -D__KERNEL__ -DMODULE -Wall -Wstrict-prototypes -Wunused -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror
+BKCFLAGS += -pipe -D__KERNEL__ -DMODULE -Wall -Wstrict-prototypes -Wunused -O2 -fomit-frame-pointer -fno-strict-aliasing
KCFLAGS := $(BKCFLAGS) -march=i686 @NO_MODULE_VERSION@
ASMFLAGS := -D__ASSEMBLY__ -DMODULE -D__KERNEL__ -traditional -I@...@
|