mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-29 13:03:42 +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
|
endif
|
||||||
|
|
||||||
ifeq ($(ARCH),i686)
|
ifeq ($(ARCH),i686)
|
||||||
override ARCH = amd64
|
override ARCH = i387
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(OS), MINGW32_NT-6.1)
|
ifeq ($(OS), MINGW32_NT-6.1)
|
||||||
|
|
Loading…
Reference in a new issue