mirror of https://github.com/openwrt/packages.git
22 lines
550 B
Diff
22 lines
550 B
Diff
From 2a5a279ac0192bc444cd1c3059169f576817d8b9 Mon Sep 17 00:00:00 2001
|
|
From: Moritz Warning <moritzwarning@web.de>
|
|
Date: Mon, 28 Aug 2023 09:48:28 +0200
|
|
Subject: [PATCH 5/5] remove noexecstack
|
|
|
|
The compilers for arm_cortex-a9 do not recognize this argument.
|
|
---
|
|
make-linux.mk | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/make-linux.mk
|
|
+++ b/make-linux.mk
|
|
@@ -364,7 +364,7 @@ endif
|
|
#override CXXFLAGS+=-fPIC -fPIE
|
|
|
|
# Non-executable stack
|
|
-override ASFLAGS+=--noexecstack
|
|
+# override ASFLAGS+=--noexecstack
|
|
|
|
.PHONY: all
|
|
all: one
|