mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 20:43:41 +01:00
i686 -> i387
This commit is contained in:
parent
fed038b32f
commit
11a4ec0e43
1 changed files with 1 additions and 1 deletions
2
Make.inc
2
Make.inc
|
@ -24,7 +24,7 @@ override ARCH = amd64
|
|||
endif
|
||||
|
||||
ifeq ($(ARCH),i686)
|
||||
override ARCH = amd64
|
||||
override ARCH = i387
|
||||
endif
|
||||
|
||||
ifeq ($(OS), MINGW32_NT-6.1)
|
||||
|
|
Loading…
Reference in a new issue