Makefile: Target Pentium 4 CPU for 32-bit builds

This commit is contained in:
mazmazz 2019-01-13 01:19:58 -05:00
parent d5870e6f8a
commit 5e4627c368

View file

@ -293,7 +293,7 @@ OPTS += -DCOMPVERSION
ifndef NONX86
ifndef GCC29
ARCHOPTS?=-march=pentium
ARCHOPTS?="-march=prescott -mfpmath=sse"
else
ARCHOPTS?=-mpentium
endif