From 0c975f912f145a7be25841a9b0225b402b8071f3 Mon Sep 17 00:00:00 2001 From: Klaus Alfert Date: Tue, 28 May 2013 00:23:38 +0200 Subject: add support for hipe on Raspberry Pi (armv6l) To enable hipe on a Raspberry Pi, configure has to detect the ARM processor correctly. On a Pi, uname detects the CPU as armv6l. Other CPU variants are already detected with ARCH=arm, so does now the armv6l of the Raspberry Pi. --- erts/configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'erts/configure.in') diff --git a/erts/configure.in b/erts/configure.in index b9c9a76ef6..c47c211c4e 100644 --- a/erts/configure.in +++ b/erts/configure.in @@ -624,6 +624,7 @@ case $chk_arch_ in armv5teb) ARCH=arm;; armv5tel) ARCH=arm;; armv5tejl) ARCH=arm;; + armv6l) ARCH=arm;; armv7l) ARCH=arm;; tile) ARCH=tile;; *) ARCH=noarch;; -- cgit v1.2.3