turned off gcc-wrapper and updated EXTRAVERSION with number of attempts/changes.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,7 +1,7 @@
|
|||||||
VERSION = 3
|
VERSION = 3
|
||||||
PATCHLEVEL = 4
|
PATCHLEVEL = 4
|
||||||
SUBLEVEL = 0
|
SUBLEVEL = 0
|
||||||
EXTRAVERSION =
|
EXTRAVERSION = 29
|
||||||
NAME = Saber-toothed Squirrel
|
NAME = Saber-toothed Squirrel
|
||||||
|
|
||||||
# *DOCUMENTATION*
|
# *DOCUMENTATION*
|
||||||
@@ -347,7 +347,7 @@ CHECK = sparse
|
|||||||
|
|
||||||
# Use the wrapper for the compiler. This wrapper scans for new
|
# Use the wrapper for the compiler. This wrapper scans for new
|
||||||
# warnings and causes the build to stop upon encountering them.
|
# warnings and causes the build to stop upon encountering them.
|
||||||
CC = $(srctree)/scripts/gcc-wrapper.py $(REAL_CC)
|
CC = $(REAL_CC)
|
||||||
|
|
||||||
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
|
CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \
|
||||||
-Wbitwise -Wno-return-void $(CF)
|
-Wbitwise -Wno-return-void $(CF)
|
||||||
|
|||||||
Reference in New Issue
Block a user