Index: files/patch-coreconf_FreeBSD.mk =================================================================== --- files/patch-coreconf_FreeBSD.mk (revision 413103) +++ files/patch-coreconf_FreeBSD.mk (working copy) @@ -13,7 +13,7 @@ RANLIB = ranlib CPU_ARCH = $(OS_TEST) -@@ -52,6 +52,13 @@ endif +@@ -52,6 +52,16 @@ endif ifeq ($(CPU_ARCH),amd64) CPU_ARCH = x86_64 endif @@ -20,6 +20,9 @@ +ifneq (,$(filter powerpc%, $(CPU_ARCH))) +CPU_ARCH = ppc +endif ++ifeq ($(CPU_ARCH),armv6) ++CPU_ARCH = arm ++endif + +ifneq (,$(filter %64, $(OS_TEST))) +USE_64 = 1