More explict check

This commit is contained in:
Steel Titanium 2018-12-27 18:54:10 -05:00 committed by mazmazz
parent 2dd6bbcc1d
commit cc7cff9686

View file

@ -107,6 +107,7 @@ endif
ifdef LINUX64 ifdef LINUX64
LINUX=1 LINUX=1
NONX86=1 NONX86=1
64BIT=1
endif endif
ifdef HAIKU ifdef HAIKU
@ -181,6 +182,7 @@ endif #ifdef MINGW
ifdef MINGW64 ifdef MINGW64
MINGW=1 MINGW=1
64BIT=1
include win32/Makefile.cfg include win32/Makefile.cfg
endif #ifdef MINGW64 endif #ifdef MINGW64
@ -292,14 +294,13 @@ OPTS += -DCOMPVERSION
ifndef NONX86 ifndef NONX86
ifndef GCC29 ifndef GCC29
M5=-march=pentium M5=-march=pentium
M4=-march=i486
else else
M5=-mpentium M5=-mpentium
M4=-m486
endif endif
else endif
ifdef 64BIT
M5=-march=nocona M5=-march=nocona
M4=-mnocona
endif endif
ifndef NOASM ifndef NOASM