Browse Source

Add i586 build rule.

Viral B. Shah 10 years ago
parent
commit
0905558734
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Make.inc

+ 3 - 0
Make.inc

@@ -58,6 +58,9 @@ endif
 ifeq ($(ARCH),i486)
 override ARCH := i387
 endif
+ifeq ($(ARCH),i586)
+override ARCH := i387
+endif
 ifeq ($(ARCH),i686)
 override ARCH := i387
 endif