patch-2.1.102 linux/Makefile
Next file: linux/README
Previous file: linux/MAINTAINERS
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon May 11 14:38:28 1998
- Orig file:
v2.1.101/linux/Makefile
- Orig date:
Fri May 8 23:14:41 1998
diff -u --recursive --new-file v2.1.101/linux/Makefile linux/Makefile
@@ -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__
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov