Commit 15845d51 authored by Gleb Fotengauer-Malinovskiy's avatar Gleb Fotengauer-Malinovskiy Committed by Michael Shigorin

Stop treating all ppc* architectures as ppc

parent 35db7537
...@@ -8,7 +8,7 @@ ...@@ -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 @@ ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment