Use ASM_ARCH instead of NO_ASMOPT to figure out if we are on an x86 platform

This commit is contained in:
Loring Holden 2000-03-11 05:36:18 +00:00
parent 1b35b7ab83
commit a2284ec9c8

View file

@ -67,7 +67,7 @@ all: $(targets)
# Source files
#
ifneq ($(NO_ASMOPT),yes)
ifeq ($(ASM_ARCH),i386)
# Source file the Intel archictecture only
CL_ADDITIONAL_GENERAL_SRC = sys_dosa.s math.s worlda.s
SWREND_SRC_PLAT = d_draw.s d_draw16.s d_parta.s d_polysa.s d_scana.s \