Upgraded base/libxslt to version 1.1.42 Upgraded base/python3 to 3.9.20 Upgraded base/mdadm to 4.3 Fixed miscellaneous build files to putbstuff inside /usr
11 lines
512 B
Diff
11 lines
512 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -50,7 +50,7 @@ ifeq ($(origin CC),default)
|
|
CC := $(CROSS_COMPILE)gcc
|
|
endif
|
|
CXFLAGS ?= -ggdb
|
|
-CWFLAGS ?= -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIE -Warray-bounds
|
|
+CWFLAGS ?= -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIE -Warray-bounds
|
|
ifdef WARN_UNUSED
|
|
CWFLAGS += -Wp -O3
|
|
endif
|