diff options
author | Richard Stallman <rms@gnu.org> | 1994-04-12 20:13:58 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1994-04-12 20:13:58 +0000 |
commit | b1bbf0ed2cb7948495562ec8ce10899f876e7258 (patch) | |
tree | 1b81e16875d2fa4dde301fa7a8b2390c31ddca2a | |
parent | 291b0f345c05ec9c3b738253d7a69df881f0ce4f (diff) | |
download | gcc-b1bbf0ed2cb7948495562ec8ce10899f876e7258.zip gcc-b1bbf0ed2cb7948495562ec8ce10899f876e7258.tar.gz gcc-b1bbf0ed2cb7948495562ec8ce10899f876e7258.tar.bz2 |
(next): Fix typo in m68k-next-ns3 alternative.
From-SVN: r7040
-rwxr-xr-x | gcc/config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.sub b/gcc/config.sub index ff0323b..2530021 100755 --- a/gcc/config.sub +++ b/gcc/config.sub @@ -344,7 +344,7 @@ case $basic_machine in -ns2*) ;; *) - $os=-ns3 + os=-ns3 ;; esac ;; |