summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub3
1 files changed, 3 insertions, 0 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index 9ef83105cc..c5f7c16efb 100644
--- a/bcc32/Makefile.sub
+++ b/bcc32/Makefile.sub
@@ -50,6 +50,9 @@ AUTOCONF = autoconf
!ifndef PROCESSOR_LEVEL
PROCESSOR_LEVEL = 5
!endif
+!if 6 < $(PROCESSOR_LEVEL)
+PROCESSOR_LEVEL = 6
+!endif
PROCESSOR_FLAG = -$(PROCESSOR_LEVEL)
CPU = i$(PROCESSOR_LEVEL)86
ARCH = i$(PROCESSOR_LEVEL)86