mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-07-29 12:50:10 +00:00
added missing patch for gnu-efi-libs
This commit is contained in:
20
patches/gnu-efi-libs-void/no-werror.patch
Normal file
20
patches/gnu-efi-libs-void/no-werror.patch
Normal file
@ -0,0 +1,20 @@
|
||||
Source: Alpine Linux (adapted)
|
||||
Upstream: No
|
||||
Reason: Fixes compilation on i686
|
||||
|
||||
--- Make.defaults
|
||||
+++ Make.defaults
|
||||
@@ -156,11 +156,11 @@ ifneq (mingw32,$(findstring mingw32, $(GCCMACHINE)))
|
||||
endif
|
||||
|
||||
ifeq (FreeBSD, $(findstring FreeBSD, $(OS)))
|
||||
-CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
|
||||
+CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra \
|
||||
-fshort-wchar -fno-strict-aliasing \
|
||||
-ffreestanding -fno-stack-protector
|
||||
else
|
||||
-CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
|
||||
+CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra \
|
||||
-fshort-wchar -fno-strict-aliasing \
|
||||
-fno-merge-all-constants -ffreestanding -fno-stack-protector \
|
||||
-fno-stack-check
|
Reference in New Issue
Block a user