| Kernel v2.1.102 /Makefile |
|---|
 2.1.102
 Makefile
diff -u --recursive --new-file v2.1.101/linux/Makefile linux/Makefile
--- v2.1.101/linux/Makefile Fri May 8 23:14:41 1998
+++ linux/Makefile Mon May 11 14:38:28 1998
@@ -1,6 +1,6 @@
VERSION = 2
PATCHLEVEL = 1
-SUBLEVEL = 101
+SUBLEVEL = 102
ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/)
@@ -86,10 +86,6 @@
#
CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-
-ifdef CONFIG_CPP
-CFLAGS := $(CFLAGS) -x c++
-endif
ifdef SMP
CFLAGS += -D__SMP__
|