From 1e1d23e54f6abe94adfba3fd10fe761eb224aa7e Mon Sep 17 00:00:00 2001 From: ormorph Date: Thu, 24 Sep 2020 21:59:59 +0300 Subject: [PATCH] Added support for raspberry pi Signed-off-by: ormorph --- config.guess | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.guess b/config.guess index 4f0f63f..2af9608 100755 --- a/config.guess +++ b/config.guess @@ -818,6 +818,9 @@ EOF arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit ;; + aarch*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; cris:Linux:*:*) echo cris-axis-linux-gnu exit ;;