ARCH ppc => powerpc

This commit is contained in:
Simon Byrne 2016-02-26 16:46:17 +00:00
parent 10bae6608d
commit b87b1631cb
1 changed files with 3 additions and 0 deletions

View File

@ -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