From 910b431d6383cd1ce4cd9eeb0a8466cb977c3789 Mon Sep 17 00:00:00 2001 From: Guo Ren Date: Wed, 8 May 2019 16:58:34 +0800 Subject: [PATCH] support/gnuconfig/config.sub: add C-SKY support Modify config.sub so that it knows about the C-SKY architecture. Without this, all autotools projects fail to build on C-SKY. Signed-off-by: Guo Ren [Thomas: improved commit log] Signed-off-by: Thomas Petazzoni --- support/gnuconfig/config.sub | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/gnuconfig/config.sub b/support/gnuconfig/config.sub index 6d86a1e2f7..45dd0a7d04 100755 --- a/support/gnuconfig/config.sub +++ b/support/gnuconfig/config.sub @@ -254,6 +254,7 @@ case $basic_machine in | arc | arceb \ | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ | avr | avr32 \ + | csky \ | ba \ | be32 | be64 \ | bfin \ @@ -376,6 +377,7 @@ case $basic_machine in | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* | avr32-* \ + | csky-* \ | ba-* \ | be32-* | be64-* \ | bfin-* | bs2000-* \ -- 2.30.2