mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37:13 +02:00
add i486 processor ARCH detection
This commit is contained in:
parent
f948e55cbe
commit
bb082aca5d
1 changed files with 6 additions and 4 deletions
10
Make.inc
10
Make.inc
|
@ -46,15 +46,17 @@ clean:
|
|||
ifeq ($(ARCH),i386)
|
||||
override ARCH := i387
|
||||
endif
|
||||
ifeq ($(ARCH),i486)
|
||||
override ARCH := i387
|
||||
endif
|
||||
ifeq ($(ARCH),i686)
|
||||
override ARCH := i387
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
override ARCH := amd64
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),i686)
|
||||
override ARCH := i387
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring MINGW,$(OS)))
|
||||
override OS=WINNT
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue