summarylogtreecommitdiffstats
path: root/prepare.patch
diff options
context:
space:
mode:
authorHanabishi2022-06-20 00:39:14 +0500
committerHanabishi2022-06-20 00:39:14 +0500
commit174df5913ff8f8f2962df3089ebe426725e68306 (patch)
tree4f9ee68ea930f10a1daef904833a0e983d5b9d49 /prepare.patch
parentbdc9c986a815fbb71bbc7fb1508bb345caf63c46 (diff)
downloadaur-174df5913ff8f8f2962df3089ebe426725e68306.tar.gz
New version (22.00)
Diffstat (limited to 'prepare.patch')
-rw-r--r--prepare.patch3
1 files changed, 3 insertions, 0 deletions
diff --git a/prepare.patch b/prepare.patch
index 42bf7c1bfbef..99fc98c3c9cd 100644
--- a/prepare.patch
+++ b/prepare.patch
@@ -3,6 +3,9 @@
@@ -10 +10 @@
-MY_ASM = asmc
+MY_ASM = uasm
+@@ -29 +29 @@
+- -fPIC
++ -fPIC -Wno-maybe-uninitialized
@@ -170 +170 @@
-LFLAGS_ALL = -s $(MY_ARCH_2) $(LDFLAGS) $(LD_arch) $(OBJS) $(MY_LIBS) $(LIB2)
+LFLAGS_ALL = -s $(MY_ARCH_2) $(LDFLAGS) -Wl,-z,noexecstack $(LD_arch) $(OBJS) $(MY_LIBS) $(LIB2)