From: Richard Stallman Date: Tue, 12 Apr 1994 20:13:58 +0000 (+0000) Subject: (next): Fix typo in m68k-next-ns3 alternative. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1bbf0ed2cb7948495562ec8ce10899f876e7258;p=gcc.git (next): Fix typo in m68k-next-ns3 alternative. From-SVN: r7040 --- diff --git a/gcc/config.sub b/gcc/config.sub index ff0323bf973..25300219eb5 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -344,7 +344,7 @@ case $basic_machine in -ns2*) ;; *) - $os=-ns3 + os=-ns3 ;; esac ;;