turned off gcc-wrapper and updated EXTRAVERSION with number of attempts/changes.

This commit is contained in:
Tonoxis
2021-04-04 16:24:46 -04:00
parent 955dbf356b
commit b6d5d2143c

View File

@@ -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)