mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
ARCH ppc => powerpc
This commit is contained in:
parent
10bae6608d
commit
b87b1631cb
1 changed files with 3 additions and 0 deletions
3
Make.inc
3
Make.inc
|
@ -76,6 +76,9 @@ endif
|
|||
ifeq ($(findstring powerpc,$(ARCH)),powerpc)
|
||||
override ARCH := powerpc
|
||||
endif
|
||||
ifeq ($(findstring ppc,$(ARCH)),ppc)
|
||||
override ARCH := powerpc
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
override ARCH := i387
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue