about summary refs log tree commit diff
path: root/scripts/config.sub
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config.sub')
-rwxr-xr-xscripts/config.sub6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/config.sub b/scripts/config.sub
index 8e0adacb9b..6a05483666 100755
--- a/scripts/config.sub
+++ b/scripts/config.sub
@@ -157,7 +157,8 @@ case $basic_machine in
 		| i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
 		| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
 		| mipstx39 | mipstx39el | armv[34][lb] \
-		| sparc | sparclet | sparclite | sparc64 | v850)
+		| sparc | sparclet | sparclite | sparc64 \
+		| sparcv[6789] | sparcv8plus | sparcv8plusa | v850)
 		basic_machine=$basic_machine-unknown
 		;;
 	# We use `pc' rather than `unknown'
@@ -184,7 +185,8 @@ case $basic_machine in
 	      | sparc64-* | mips64-* | mipsel-* | armv[34][lb]-* \
 	      | mips64el-* | mips64orion-* | mips64orionel-*  \
 	      | mipstx39-* | mipstx39el-* \
-	      | f301-* | armv*-*)
+	      | f301-* | armv*-* | sparcv[6789]-* | sparcv8plus \
+	      | sparcv8plusa)
 		;;
 	# Recognize the various machine names and aliases which stand
 	# for a CPU type and a company and sometimes even an OS.