From 5e4627c368b8dd07d8400058ff30612cfdf3800c Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Sun, 13 Jan 2019 01:19:58 -0500
Subject: [PATCH] Makefile: Target Pentium 4 CPU for 32-bit builds

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index c894203a4..2de5045c4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -293,7 +293,7 @@ OPTS += -DCOMPVERSION
 
 ifndef NONX86
 ifndef GCC29
-	ARCHOPTS?=-march=pentium
+	ARCHOPTS?="-march=prescott -mfpmath=sse"
 else
 	ARCHOPTS?=-mpentium
 endif
-- 
GitLab