From 5b7a6ab1150990812079eba4c7e91e3b2d7472ee Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 30 Apr 1993 18:52:42 +0000 Subject: [PATCH] Fix syntax error. From-SVN: r4289 --- gcc/config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config.sub b/gcc/config.sub index 8eaad39d264..87651ed8985 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -65,7 +65,7 @@ case $os in -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ -unicom* | -ibm* | -next* | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi \ + -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi | \ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp ) os= -- 2.30.2