mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
Add i586 build rule.
This commit is contained in:
parent
b38daa2f2f
commit
0905558734
1 changed files with 3 additions and 0 deletions
3
Make.inc
3
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
|
||||
|
|
Loading…
Reference in a new issue