From 34b237943d8266c4b8ca6504993d674275a8d10f Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 11 Oct 2013 01:03:20 +0000 Subject: add known support for linux-gnueabi (linux) git-svn-id: http://svn.cactuscode.org/flesh/trunk@5046 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/make/known-architectures/linux') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 990dc9a4..85eabcdb 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -526,7 +526,7 @@ else # Cache stuff if test -z "$CACHELINE_BYTES" ; then case "$host_cpu" in - i?86 | powerpc) + i?86 | powerpc | armv6l) CACHELINE_BYTES=32 ;; ia64) -- cgit v1.2.3