mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-14 10:12:28 +02:00
This reverts commit 894c7cdda2e65e6ab43f4a55f7264de9d7d32adc. 3.0.17 is broken on aarch64, and when rebuilding efitools, yields an invalid dos image
14 lines
532 B
Diff
14 lines
532 B
Diff
diff --git a/Make.defaults b/Make.defaults
|
|
index ba743f1..5fd1b66 100755
|
|
--- a/Make.defaults
|
|
+++ b/Make.defaults
|
|
@@ -170,7 +170,7 @@ CFLAGS += $(ARCH3264) -g -O2 -Wall -Wextra -Werror \
|
|
-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 \
|
|
-ffreestanding -fno-stack-protector -fno-stack-check \
|
|
-fno-stack-check \
|