Stop treating all ppc* architectures as ppc
This commit is contained in:
parent
35db75378e
commit
15845d51e5
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
||||
# for immediate assignment
|
||||
ifndef ARCH
|
||||
ARCH := $(shell arch \
|
||||
| sed 's/i686/i586/; s/armv7.*/armh/; s/armv.*/arm/; s/ppc.*/ppc/')
|
||||
| sed 's/i686/i586/; s/armv7.*/armh/; s/armv.*/arm/')
|
||||
endif
|
||||
|
||||
ifndef ARCHES
|
||||
|
@ -2,7 +2,7 @@
|
||||
PKGDIR ?= $(GLOBAL_BUILDDIR)/pkg
|
||||
|
||||
# duplicated from metaprofile makefiles for the sake of "local" builds
|
||||
ARCH ?= $(shell arch | sed 's/i686/i586/; s/armv.*/arm/; s/ppc.*/ppc/')
|
||||
ARCH ?= $(shell arch | sed 's/i686/i586/; s/armv.*/arm/')
|
||||
DATE ?= $(shell date +%Y%m%d)
|
||||
|
||||
# prefix pkglist name with its directory to form a path (relative/absolute)
|
||||
|
Loading…
Reference in New Issue
Block a user