From: Richard Stallman Date: Tue, 12 Apr 1994 20:13:58 +0000 (+0000) Subject: (next): Fix typo in m68k-next-ns3 alternative. X-Git-Tag: misc/cutover-egcs-0~6903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1bbf0ed2cb7948495562ec8ce10899f876e7258;p=thirdparty%2Fgcc.git (next): Fix typo in m68k-next-ns3 alternative. From-SVN: r7040 --- diff --git a/gcc/config.sub b/gcc/config.sub index ff0323bf9737..25300219eb53 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -344,7 +344,7 @@ case $basic_machine in -ns2*) ;; *) - $os=-ns3 + os=-ns3 ;; esac ;;