Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/luajit/luajit_i486.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/luajit/luajit_i486.patch')
-rw-r--r--community/luajit/luajit_i486.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/luajit/luajit_i486.patch b/community/luajit/luajit_i486.patch
new file mode 100644
index 00000000..4336b133
--- /dev/null
+++ b/community/luajit/luajit_i486.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2023-03-26 19:00:14.872442450 +0300
++++ b/Makefile 2023-03-26 19:00:24.305775560 +0300
+@@ -50,7 +50,7 @@
+ # x86/x64 only: For GCC 4.2 or higher and if you don't intend to distribute
+ # the binaries to a different machine you could also use: -march=native
+ #
+-CCOPT_x86= -march=i686 -msse -mfpmath=sse
++CCOPT_x86= -march=i486
+ CCOPT_x64=
+ CCOPT_arm=
+ CCOPT_arm64=