Stop treating all ppc* architectures as ppc
This commit is contained in:
parent
3c429f1ce9
commit
a0ecbb1784
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
|||||||
# for immediate assignment
|
# for immediate assignment
|
||||||
ifndef ARCH
|
ifndef ARCH
|
||||||
ARCH := $(shell 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
|
endif
|
||||||
|
|
||||||
ifndef ARCHES
|
ifndef ARCHES
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
PKGDIR ?= $(GLOBAL_BUILDDIR)/pkg
|
PKGDIR ?= $(GLOBAL_BUILDDIR)/pkg
|
||||||
|
|
||||||
# duplicated from metaprofile makefiles for the sake of "local" builds
|
# 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)
|
DATE ?= $(shell date +%Y%m%d)
|
||||||
|
|
||||||
# prefix pkglist name with its directory to form a path (relative/absolute)
|
# prefix pkglist name with its directory to form a path (relative/absolute)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user