Target nocona for 64-bit builds

This commit is contained in:
Steel Titanium 2018-12-27 00:56:33 -05:00 committed by mazmazz
parent e009ab94d1
commit 2dd6bbcc1d
1 changed files with 3 additions and 0 deletions

View File

@ -297,6 +297,9 @@ else
M5=-mpentium
M4=-m486
endif
else
M5=-march=nocona
M4=-mnocona
endif
ifndef NOASM