Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/memtest86+/i486.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/memtest86+/i486.patch')
-rw-r--r--extra/memtest86+/i486.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/extra/memtest86+/i486.patch b/extra/memtest86+/i486.patch
new file mode 100644
index 00000000..ef9a3544
--- /dev/null
+++ b/extra/memtest86+/i486.patch
@@ -0,0 +1,12 @@
+diff -rauN a/build32/Makefile b/build32/Makefile
+--- a/build32/Makefile 2023-03-31 09:39:01.701959825 +0200
++++ b/build32/Makefile 2023-03-31 09:39:16.785357009 +0200
+@@ -9,7 +9,7 @@
+ GIT_AVAILABLE = true
+ endif
+
+-CFLAGS = -std=c11 -Wall -Wextra -Wshadow -m32 -march=i586 -fpic -fno-builtin \
++CFLAGS = -std=c11 -Wall -Wextra -Wshadow -m32 -march=i486 -fpic -fno-builtin \
+ -ffreestanding -fomit-frame-pointer -fno-stack-protector
+
+ INC_DIRS = -I../boot -I../system -I../lib -I../tests -I../app -Iapp