# Please select target platform. Valid values are:
# For 16-bit Intel: i86 i286 ( still is not supported by gcc )
# For 32-bit Intel
# basic : i386 i486
# gcc-2.9x : i586 i686 p3 p4 k6 k6_2 athlon
# pgcc : i586mmx i686mmx p3mmx p4mmx k5 k6mmx k6_2mmx 6x86 6x86mmx
# athlon_mmx
# Other platform : generic
#-----------------------------------------------------------------------------
TARGET_PLATFORM=i386
# Please select target operation system. Valid values are:
# dos, os2, win32, linux, unix, beos, qnx4, qnx6
#---------------------------------------------------------
TARGET_OS=unix
# Please add any host specific flags here
# (like -fcall-used-R -fcall-saved-R -mrtd -mregparm=3 -mreg-alloc= e.t.c ;-):
#------------------------------------------------------------------------------
# Notes: You can also define -D__EXPERIMENTAL_VERSION flag, if you want to
# build experimental version with fastcall technology.
# *****************************************************************************
# You can also define:
# -DHAVE_MMX mostly common for all cpu since Pentium-MMX and compatible
# -DHAVE_MMX2 exists on K7+ and P3+
# -DHAVE_SSE exists only on P3+
# -DHAVE_SSE2 exists only on P4+
# -DHAVE_3DNOW exists only on AMD's K6-2+
# -DHAVE_3DNOWEX exists only on AMD's K7+
# *****************************************************************************
# -D__DISABLE_ASM disables all inline assembly code.
# Try it if you have problems with compilation due to assembler errors.
# Note that it is not the same as specifying TARGET_PLATFORM=generic.
#------------------------------------------------------------------------------
HOST_CFLAGS=