mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Makefile: Target Pentium 4 CPU for 32-bit builds
This commit is contained in:
parent
d5870e6f8a
commit
5e4627c368
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ OPTS += -DCOMPVERSION
|
|||
|
||||
ifndef NONX86
|
||||
ifndef GCC29
|
||||
ARCHOPTS?=-march=pentium
|
||||
ARCHOPTS?="-march=prescott -mfpmath=sse"
|
||||
else
|
||||
ARCHOPTS?=-mpentium
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue